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

PRIMARY KEY support #163

Open
Yuri6037 opened this issue Oct 26, 2020 · 2 comments
Open

PRIMARY KEY support #163

Yuri6037 opened this issue Oct 26, 2020 · 2 comments

Comments

@Yuri6037
Copy link

Yuri6037 commented Oct 26, 2020

I wanted to use this software for testing queries generated by some algorithms however no create statement generated by those algorithms are parseable by this software.

All of them fails with syntax error, unexpected PRIMARY, expecting IDENTIFIER.

I guess the support for PRIMARY KEY constraints isn't implemented.

Here is a test query: CREATE TABLE Test (Id INT NOT NULL, A TEXT, PRIMARY KEY (Id));

@Yuri6037 Yuri6037 changed the title PRIMARY KEY! PRIMARY KEY support Oct 26, 2020
@mrks
Copy link
Member

mrks commented Oct 27, 2020

That is unfortunately correct. Due to a lack of resources, adding this might take us a while. External contributions are of course welcomed.

@Yuri6037
Copy link
Author

Unfortunatly I do not have time yet. I'm a student in Computer Science and currently have a part-time job, an end of study project, research and thesis as well...

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

No branches or pull requests

2 participants