add comments to statement syntax
This commit is contained in:
parent
c56a1c8fc8
commit
7f08e51c74
3 changed files with 7 additions and 5 deletions
Language/SQL/SimpleSQL
|
@ -628,6 +628,9 @@ which have been changed to try to improve the layout of the output.
|
|||
> adminOptFor NoAdminOptionFor = empty
|
||||
|
||||
|
||||
> statement _ (StatementComment cs) = vcat $ map comment cs
|
||||
|
||||
|
||||
== sessions
|
||||
|
||||
|
||||
|
|
|
@ -537,6 +537,7 @@ I'm not sure if this is valid syntax or not.
|
|||
> | SetNames
|
||||
> | SetTransform
|
||||
> | SetCollation -}
|
||||
> | StatementComment [Comment]
|
||||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
||||
> data DropBehaviour =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue