You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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));
The text was updated successfully, but these errors were encountered:
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...
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));
The text was updated successfully, but these errors were encountered: