-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(#984): allow with sql keyword for query action
the `WITH` clause (also known as Common Table Expressions (CTEs)) is part of the SQL standard SQL:1999. according to the [list of SQL reserved words](https://en.wikipedia.org/wiki/List_of_SQL_reserved_words) all modern databases support it (as they should).
- Loading branch information
Showing
3 changed files
with
145 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.