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:
parent
0f1f000ee5
commit
6fc8869f73
10 changed files with 3943 additions and 22 deletions
tools/Language/SQL/SimpleSQL
15
tools/Language/SQL/SimpleSQL/SQL2011Bits.lhs
Normal file
15
tools/Language/SQL/SimpleSQL/SQL2011Bits.lhs
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
Sections 16, 17, 18 and 19 in Foundation
|
||||
|
||||
This module covers the tests for control statements (call and return),
|
||||
transaction management (begin, commit, savepoint, etc.), connection
|
||||
management, and session management (set).
|
||||
|
||||
|
||||
> module Language.SQL.SimpleSQL.SQL2011Bits (sql2011BitsTests) where
|
||||
|
||||
> import Language.SQL.SimpleSQL.TestTypes
|
||||
|
||||
> sql2011BitsTests :: TestItem
|
||||
> sql2011BitsTests = Group "sql 2011 bits tests" []
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue