add support for ? for parameterized queries
This commit is contained in:
parent
72d7b9428f
commit
b68c116839
5 changed files with 18 additions and 0 deletions
Language/SQL/SimpleSQL
|
@ -115,6 +115,7 @@
|
|||
> -- | in list literal and in subquery, if the bool is false it
|
||||
> -- means not in was used ('a not in (1,2)')
|
||||
> | In Bool ScalarExpr InPredValue
|
||||
> | Parameter -- ^ Represents a ? in a parameterized query
|
||||
> deriving (Eq,Show,Read)
|
||||
|
||||
> -- | Represents an identifier name, which can be quoted or unquoted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue