Skip to content
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

check support added to ColumnDef and TableCreate #536

Closed
wants to merge 2 commits into from
Closed

check support added to ColumnDef and TableCreate #536

wants to merge 2 commits into from

Conversation

LemarAb
Copy link
Contributor

@LemarAb LemarAb commented Nov 29, 2022

PR Info

<#397>

New Features

  • check support added to ColumnDef and TableCreate

@LemarAb
Copy link
Contributor Author

LemarAb commented Nov 29, 2022

@ikrivosheev can you have a look? its not final, of course, just wanted to ensure I am on the right path.

@@ -64,6 +64,7 @@ pub enum ColumnSpec {
UniqueKey,
PrimaryKey,
Extra(String),
Check(String)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @LemarAb, thanks for contributing!!

We should represent the check expression in SimpleExpr.

@LemarAb LemarAb closed this Dec 4, 2022
@ikrivosheev ikrivosheev mentioned this pull request Dec 5, 2022
1 task
@billy1624 billy1624 linked an issue Dec 7, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Table CHECK Constraints
2 participants