We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901a67c commit c1623a1Copy full SHA for c1623a1
internal/compiler/engine.go
@@ -42,7 +42,7 @@ func NewCompiler(conf config.SQL, combo config.CombinedSettings) (*Compiler, err
42
c.parser = sqlite.NewParser()
43
c.catalog = sqlite.NewCatalog()
44
c.selector = newSQLiteSelector()
45
- case config.EngineYDB:
+ case config.EngineYDB:
46
c.parser = ydb.NewParser()
47
c.catalog = ydb.NewCatalog()
48
case config.EngineMySQL:
0 commit comments