start on dialect prototype code
This commit is contained in:
parent
7914898cc8
commit
7d63c8f8e5
18 changed files with 207 additions and 129 deletions
tools/Language/SQL/SimpleSQL
|
@ -6,10 +6,9 @@ revisited when the dialect support is added.
|
|||
> module Language.SQL.SimpleSQL.Postgres (postgresTests) where
|
||||
|
||||
> import Language.SQL.SimpleSQL.TestTypes
|
||||
> --import Language.SQL.SimpleSQL.Syntax
|
||||
|
||||
> postgresTests :: TestItem
|
||||
> postgresTests = Group "postgresTests" $ map ParseQueryExpr
|
||||
> postgresTests = Group "postgresTests" $ map (ParseQueryExpr SQL2011)
|
||||
|
||||
lexical syntax section
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue