-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle unconvertible
CREATE TABLE
statements (#546)
There are [many options](https://www.postgresql.org/docs/current/sql-createtable.html) for the `CREATE TABLE` statement in Postgres, most of which are not currently representable by the `pgroll` `OpCreateTable` operation. Add tests to ensure that `sql2proll.Convert`falls back to raw SQL operations when these unconvertible options are present in a SQL statement. Part of #504
- Loading branch information
1 parent
03879fe
commit a849534
Showing
2 changed files
with
84 additions
and
0 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