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
|
@ -9,7 +9,7 @@ expression
|
|||
|
||||
|
||||
> tableRefTests :: TestItem
|
||||
> tableRefTests = Group "tableRefTests" $ map (uncurry TestQueryExpr)
|
||||
> tableRefTests = Group "tableRefTests" $ map (uncurry (TestQueryExpr SQL2011))
|
||||
> [("select a from t"
|
||||
> ,ms [TRSimple [Name "t"]])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue