mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
Add keywords for date and time literals.
This commit is contained in:
parent
0d3651de7b
commit
db8e7c4276
@ -61,6 +61,8 @@ data Keyword = SELECT | ALL | DISTINCT | ON
|
|||||||
|
|
||||||
| IS | NULL | IN
|
| IS | NULL | IN
|
||||||
|
|
||||||
|
| DATE | TIME | TIMESTAMP | INTERVAL
|
||||||
|
|
||||||
| Sequence String
|
| Sequence String
|
||||||
deriving (Read, Show)
|
deriving (Read, Show)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user