add drop table support
This commit is contained in:
parent
f0baa3c37b
commit
8291fbaa44
4 changed files with 29 additions and 16 deletions
Language/SQL/SimpleSQL
|
@ -502,6 +502,9 @@ which have been changed to try to improve the layout of the output.
|
|||
> sc (SetMultiple ts vs) = parens (commaSep $ map names ts) <+> text "="
|
||||
> <+> parens (commaSep $ map (valueExpr d) vs)
|
||||
|
||||
> statement _ (DropTable n b) =
|
||||
> text "drop" <+> text "table" <+> names n <+> dropBehav b
|
||||
|
||||
== access control
|
||||
|
||||
== transactions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue