-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: compat: Support 'COMMENT ON TABLE foo is 'bar' parsing
Many ORMs use Postgres' COMMENT statement to label database objects. This commit handles the grammar changes necessary to support the COMMENT syntax for Columns and Tables. The implementaiton of COMMENT is left for a future PR. Release note (sql change): allow parsing of COMMENT ON syntax
- Loading branch information
Zachary.smith
authored and
Zachary.smith
committed
Dec 27, 2017
1 parent
8f21ede
commit a141427
Showing
2 changed files
with
24 additions
and
2 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
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