1
Fork 0

add generation clause support to create table

This commit is contained in:
Jake Wheat 2015-08-02 18:14:45 +03:00
parent e495e240c0
commit 4f80ec96d4
4 changed files with 16 additions and 1 deletions
Language/SQL/SimpleSQL

View file

@ -504,7 +504,7 @@ I'm not sure if this is valid syntax or not.
> data DefaultClause =
> DefaultClause ValueExpr
> | IdentityColumnSpec IdentityWhen [SequenceGeneratorOption]
> -- | GenerationClause
> | GenerationClause ValueExpr
> deriving (Eq,Show,Read,Data,Typeable)
> data IdentityWhen =