-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for constraint characteristics clause #1099
Conversation
c2a729b
to
45134e7
Compare
Pull Request Test Coverage Report for Build 7633270040Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for this contribution. I have just one request to not modify the existing tests (but instead to add a new test).
I plan to make a release later this week, for your planning purposes.
Updated. Thanks for the feedback! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me -- thanks for the quick turnaround @dimfeld
This adds support for
[[NOT] DEFERRABLE] [INITIALLY DEFERRED | INITIALLY IMMEDIATE] [[NOT] ENFORCED]
on constraint clauses.Syntax references: