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

Function TestDialectMariaDB_IsValidDialect

pkg/sql/keywords/mariadb_test.go:28–32  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

26}
27
28func TestDialectMariaDB_IsValidDialect(t *testing.T) {
29 if !keywords.IsValidDialect("mariadb") {
30 t.Error("IsValidDialect(\"mariadb\") returned false")
31 }
32}
33
34func TestDialectMariaDB_InheritsMySQL(t *testing.T) {
35 kw := keywords.New(keywords.DialectMariaDB, true)

Callers

nothing calls this directly

Calls 2

IsValidDialectFunction · 0.92
ErrorMethod · 0.45

Tested by

no test coverage detected