-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keywords used only query expressions should not be reserved everywhere #1136
Comments
This covers:
|
I think
|
Each This still creates potential (albeit fairly unlikely) incompatibilities in that use of |
I think a better solution to this is just to say that the identifiers that start a clause (other than Only tricky case I think is the order direction ( |
@KavinduZoysa @hasithaa Did you make It would be nice to do that also, but I'm 100% sure if that can be done without problems. |
@jclark, |
I think just "conflict" should be NR rather than "on" "conflict". |
This issue has dealt with keywords that start clauses. Other keywords are dealt with by #1255. |
In `on conflict`, `on` is reserved (because used in `on fail`, but `conflict` isn't. Part of #1136
At the moment, keywords used only in query expressions are reserved everywhere.
This would create a problem for adding #1134 in Swan Lake, since reserving new keywords would create an incompatibility.
If we do a new keyword for #1137 (e.g.
aggregate
orcollect
), then we need to handle that here also.The text was updated successfully, but these errors were encountered: