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

Function TestIntegration_RealWorld_Complex

pkg/sql/integration_test.go:296–306  ·  view source on GitHub ↗

TestIntegration_RealWorld_Complex tests complex real-world queries

(t *testing.T)

Source from the content-addressed store, hash-verified

294
295// TestIntegration_RealWorld_Complex tests complex real-world queries
296func TestIntegration_RealWorld_Complex(t *testing.T) {
297 projectRoot, _ := filepath.Abs(filepath.Join("..", ".."))
298 files := loadSQLTestFiles(t, projectRoot)
299
300 complexRealWorld := filterFiles(files, "real_world", "Complex")
301 if len(complexRealWorld) == 0 {
302 t.Skip("No complex real-world test files found")
303 }
304
305 runTestBatch(t, complexRealWorld, "Real-World Complex Queries")
306}
307
308// TestIntegration_WindowFunctions tests window function support across dialects
309func TestIntegration_WindowFunctions(t *testing.T) {

Callers

nothing calls this directly

Calls 3

loadSQLTestFilesFunction · 0.85
filterFilesFunction · 0.85
runTestBatchFunction · 0.85

Tested by

no test coverage detected