-
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.
Fall back to SQL for unconvertible column constraint options in `CREA…
…TE TABLE` statements (#550) Fall back to raw SQL for unsupported constraint options for: * `PRIMARY KEY` constraints * `CHECK` constraints * `UNIQUE` constraints * `FOREIGN KEY` constraints in `CREATE TABLE` statements. Also add tests to ensure that named inline constraints fall back to raw SQL.
- Loading branch information
1 parent
95f9eb2
commit 3d0b93f
Showing
3 changed files
with
84 additions
and
15 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
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