MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / TestIntegration_ECommerceQueries

Function TestIntegration_ECommerceQueries

pkg/sql/parser/integration_test.go:231–233  ·  view source on GitHub ↗

TestIntegration_ECommerceQueries specifically tests complex e-commerce queries

(t *testing.T)

Source from the content-addressed store, hash-verified

229
230// TestIntegration_ECommerceQueries specifically tests complex e-commerce queries
231func 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
236func testDialectQueries(t *testing.T, filePath string, dialectName string) {

Callers

nothing calls this directly

Calls 1

testDialectQueriesFunction · 0.85

Tested by

no test coverage detected