TestIntegration_ECommerceQueries specifically tests complex e-commerce queries
(t *testing.T)
| 229 | |
| 230 | // TestIntegration_ECommerceQueries specifically tests complex e-commerce queries |
| 231 | func TestIntegration_ECommerceQueries(t *testing.T) { |
| 232 | testDialectQueries(t, "testdata/real_world/ecommerce.sql", "E-Commerce") |
| 233 | } |
| 234 | |
| 235 | // testDialectQueries is a helper function to test queries from a specific dialect file |
| 236 | func testDialectQueries(t *testing.T, filePath string, dialectName string) { |
nothing calls this directly
no test coverage detected