-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for check constraints. (#270)
* #268 Add support for check constraints. * Add support for multi-column check constraints * Fixed error when parsing check constraints * Improved CHECK constraint support - Warning shown when trying to create a CHECK constraint in MySQL - Constraint with names that were already added are ignored and a warning is shown - White spaces are now trimmed from constraint names - Improved tests * Replaced exception with warn log when using on an unsupported database
- Loading branch information
1 parent
ad7c308
commit 41d5b30
Showing
4 changed files
with
124 additions
and
4 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
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