func TestPostgreSQL(t *testing.T) { tm, theDB := InitPostgreSQL() common.RunAll(tm, t) theDB.Close() }
func TestMySQL5(t *testing.T) { tm, theDB := InitMySQL5() common.RunAll(tm, t) theDB.Close() }
func TestOracle(t *testing.T) { tm, theDB := InitOracle() common.RunAll(tm, t) theDB.Close() }
func TestFirebirdSQL(t *testing.T) { tm, theDB := InitFirebirdSQL() common.RunAll(tm, t) theDB.Close() }