- Notifications
You must be signed in to change notification settings - Fork689
Open
Description
We're in the process of using the AlaSQL parser to validate query syntax in our product.
The AlaSQL parser currently does not recognize the following aliases toCURRENT_TIMESTAMP (see61date.js).
NOWGETDATE
Also,CURRENT_TIMESTAMP is recognized by the parser, whileCURRENT_TIMESTAMP() is not.
Do note that all of these functionsdo work in a query, the parser just cannot properly validate their use.
I'm going to supply a PR to get this fixed, which has one drawback:now,current_timestamp andgetdate can no longer be used as column aliases, as they're now reserved keywords.
Let me know what you think@mathiasrw.
Metadata
Metadata
Assignees
Labels
No labels