small fixes and update changelog
This commit is contained in:
parent
322b6f200d
commit
c35ea6e08b
4 changed files with 13 additions and 10 deletions
Language/SQL/SimpleSQL
|
@ -1773,7 +1773,7 @@ slightly hacky parser for signed integers
|
|||
|
||||
-----------------------------
|
||||
|
||||
= access control
|
||||
= transaction management
|
||||
|
||||
> startTransaction :: Parser Statement
|
||||
> startTransaction = StartTransaction <$ keywords_ ["start","transaction"]
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
> | QName String
|
||||
> | UQName String
|
||||
> | DQName String String String
|
||||
> -- ^ dialect quoted name, the fields are start quote, end quote and the string itself, e.g. `something` is parsed to DQName "`" "`" "something, and $a$ test $a$ is parsed to DQName "$a$" "$a" " test "
|
||||
> -- ^ dialect quoted name, the fields are start quote, end quote and the string itself, e.g. `something` is parsed to DQName "`" "`" "something, and $a$ test $a$ is parsed to DQName "$a$" "$a$" " test "
|
||||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
||||
> -- | Represents a type name, used in casts.
|
||||
|
@ -419,7 +419,7 @@ I'm not sure if this is valid syntax or not.
|
|||
> -- probably won't do character sets, collations
|
||||
> -- and translations because I think they are too far from
|
||||
> -- reality
|
||||
> {- | CreateCharacterSet
|
||||
> {- | CreateCharacterSet
|
||||
> | DropCharacterSet
|
||||
> | CreateCollation
|
||||
> | DropCollation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue