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

Function TestIntegration_PostgreSQLQueries

pkg/sql/parser/integration_test.go:221–223  ·  view source on GitHub ↗

TestIntegration_PostgreSQLQueries specifically tests PostgreSQL dialect queries

(t *testing.T)

Source from the content-addressed store, hash-verified

219
220// TestIntegration_PostgreSQLQueries specifically tests PostgreSQL dialect queries
221func TestIntegration_PostgreSQLQueries(t *testing.T) {
222 testDialectQueries(t, "testdata/postgresql/queries.sql", "PostgreSQL")
223}
224
225// TestIntegration_MySQLQueries specifically tests MySQL dialect queries
226func TestIntegration_MySQLQueries(t *testing.T) {

Callers

nothing calls this directly

Calls 1

testDialectQueriesFunction · 0.85

Tested by

no test coverage detected