1
Fork 0

Fix handling of empty statements.

This commit is contained in:
Ignat Insarov 2020-12-20 20:03:15 +05:00
commit 0aa28ff96a
6 changed files with 41 additions and 11 deletions

View file

@ -85,7 +85,8 @@ Test-Suite Tests
Language.SQL.SimpleSQL.Tpch,
Language.SQL.SimpleSQL.ScalarExprs,
Language.SQL.SimpleSQL.LexerTests,
Language.SQL.SimpleSQL.CustomDialect
Language.SQL.SimpleSQL.CustomDialect,
Language.SQL.SimpleSQL.EmptyStatement
ghc-options: -threaded
executable SimpleSqlParserTool