MCPcopy Create free account
hub / github.com/araddon/qlbridge / TestSqlDialectInit

Function TestSqlDialectInit

lex/dialect_sql_test.go:9–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestSqlDialectInit(t *testing.T) {
10 // Make sure we can init more than once, see if it panics
11 SqlDialect.Init()
12 for _, stmt := range SqlDialect.Statements {
13 assert.NotEqual(t, "", stmt.String())
14 }
15}
16
17func TestLexSqlDescribe(t *testing.T) {
18 /*

Callers

nothing calls this directly

Calls 2

InitMethod · 0.65
StringMethod · 0.65

Tested by

no test coverage detected