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

fix: (primary key) add check for primary key violation #91

Merged
merged 4 commits into from
Aug 29, 2023
Merged

Conversation

proullon
Copy link
Owner

@proullon proullon commented Aug 27, 2023

Context

Implement primary key violation check in agnostic engine, using primary key index created by default when a primary key is specified.

Also implement primary key creation when primary key is specified at the end of CREATE TABLE (a INT, b INT, PRIMARY KEY(a,b).

Related

Closes #83

@proullon proullon changed the title fix: (primary key) add failing tests fix: (primary key) add check for primary key violation Aug 29, 2023
@proullon proullon marked this pull request as ready for review August 29, 2023 22:19
@proullon proullon merged commit af19c91 into master Aug 29, 2023
1 check passed
@proullon proullon deleted the fix/83 branch August 29, 2023 22:19
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.

Primary Key Constraint Implementation
1 participant