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

Function TestClickHouseDialectRegistered

pkg/sql/parser/clickhouse_test.go:66–70  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

64}
65
66func TestClickHouseDialectRegistered(t *testing.T) {
67 if !keywords.IsValidDialect("clickhouse") {
68 t.Error("clickhouse dialect not registered")
69 }
70}
71
72func TestClickHousePrewhereOnly(t *testing.T) {
73 // PREWHERE without WHERE — also valid in ClickHouse

Callers

nothing calls this directly

Calls 2

IsValidDialectFunction · 0.92
ErrorMethod · 0.45

Tested by

no test coverage detected