TestIntegration_PostgreSQLQueries specifically tests PostgreSQL dialect queries
(t *testing.T)
| 219 | |
| 220 | // TestIntegration_PostgreSQLQueries specifically tests PostgreSQL dialect queries |
| 221 | func TestIntegration_PostgreSQLQueries(t *testing.T) { |
| 222 | testDialectQueries(t, "testdata/postgresql/queries.sql", "PostgreSQL") |
| 223 | } |
| 224 | |
| 225 | // TestIntegration_MySQLQueries specifically tests MySQL dialect queries |
| 226 | func TestIntegration_MySQLQueries(t *testing.T) { |
nothing calls this directly
no test coverage detected