-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse more functionality of the
CREATE TABLE
statement (#70)
* Add `create unlogged table` * Add: `create table as select` * include generated files * Add `create table ... on commit` * fix: either `table_definition` or `as select` * add autogenerated files * create as select with two choices * removed `on commit` for now * Default values in Column Definitions (#73) * Add: column definitions with default values * Add more options to default expressions * update _column_constraints * include generated files * bump generated files * update parser.c after rebase
- Loading branch information
1 parent
bb58ae1
commit 286e10c
Showing
5 changed files
with
91,543 additions
and
90,656 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.