start adding basic dml
parser and pretty printer for statements add query statement add support for insert update delete truncate bonus ddl: limited create schema drop schema add grammar notes to the new test files
This commit is contained in:
parent
6fc8869f73
commit
dfa84072dc
13 changed files with 684 additions and 2238 deletions
tools/Language/SQL/SimpleSQL
|
@ -2476,6 +2476,9 @@ Specify a function yielding a value of a multiset type.
|
|||
<multiset set function> ::=
|
||||
SET <left paren> <multiset value expression> <right paren>
|
||||
|
||||
TODO: set is now a reserved keyword. Fix the set parsing with a
|
||||
special case term.
|
||||
|
||||
> multisetValueFunction :: TestItem
|
||||
> multisetValueFunction = Group "multiset value function"
|
||||
> $ map (uncurry (TestValueExpr SQL2011))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue