support two double quotes in quoted identifier plus unicode quoted identifier syntax
This commit is contained in:
parent
4e1a1da820
commit
f64632bbac
4 changed files with 33 additions and 11 deletions
Language/SQL/SimpleSQL
|
@ -155,6 +155,7 @@
|
|||
> -- | Represents an identifier name, which can be quoted or unquoted.
|
||||
> data Name = Name String
|
||||
> | QName String
|
||||
> | UQName String
|
||||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
||||
TODO: add ref and scope, any others?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue