TestIntegration_MySQLQueries specifically tests MySQL dialect queries
(t *testing.T)
| 224 | |
| 225 | // TestIntegration_MySQLQueries specifically tests MySQL dialect queries |
| 226 | func TestIntegration_MySQLQueries(t *testing.T) { |
| 227 | testDialectQueries(t, "testdata/mysql/queries.sql", "MySQL") |
| 228 | } |
| 229 | |
| 230 | // TestIntegration_ECommerceQueries specifically tests complex e-commerce queries |
| 231 | func TestIntegration_ECommerceQueries(t *testing.T) { |
nothing calls this directly
no test coverage detected