1
Fork 0

add drop table support

This commit is contained in:
Jake Wheat 2015-08-02 23:27:09 +03:00
parent f0baa3c37b
commit 8291fbaa44
4 changed files with 29 additions and 16 deletions
Language/SQL/SimpleSQL

View file

@ -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