1
Fork 0

preparation for non-queries

some docs in the lexer
bump the version to 0.5.0
add placeholder files for the planned initial non query support
This commit is contained in:
Jake Wheat 2015-08-01 18:08:54 +03:00
parent 0f1f000ee5
commit 6fc8869f73
10 changed files with 3943 additions and 22 deletions
tools/Language/SQL/SimpleSQL

View file

@ -0,0 +1,12 @@
Section 12 in Foundation
grant, etc
> module Language.SQL.SimpleSQL.SQL2011AccessControl (sql2011AccessControlTests) where
> import Language.SQL.SimpleSQL.TestTypes
> sql2011AccessControlTests :: TestItem
> sql2011AccessControlTests = Group "sql 2011 access control tests" []