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

Function TestIsValidDialectClickHouse

pkg/sql/keywords/clickhouse_test.go:53–57  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

51}
52
53func TestIsValidDialectClickHouse(t *testing.T) {
54 if !keywords.IsValidDialect("clickhouse") {
55 t.Error("IsValidDialect should return true for 'clickhouse'")
56 }
57}

Callers

nothing calls this directly

Calls 2

IsValidDialectFunction · 0.92
ErrorMethod · 0.45

Tested by

no test coverage detected