1
Fork 0

add basic transction control

This commit is contained in:
Jake Wheat 2015-08-04 22:53:08 +03:00
parent a9d51d1ebb
commit 666d1f877f
4 changed files with 89 additions and 7 deletions
Language/SQL/SimpleSQL

View file

@ -465,12 +465,13 @@ I'm not sure if this is valid syntax or not.
> | RevokePrivilege
> | RevokeRole -}
> -- transaction management
> {- | StartTransaction
> | SetTransaction
> | SetContraints
> | SavePoint
> | ReleaseSavePoint
> | Rollback -}
> | StartTransaction
> -- | SetTransaction
> -- | SetContraints
> | Savepoint Name
> | ReleaseSavepoint Name
> | Commit
> | Rollback (Maybe Name)
> -- session
> {- | SetSessionCharacteristics
> | SetSessionAuthorization