Skip to content

Conversation

@PadraigK
Copy link
Contributor

Continuing to fill out SQLite end-to-end data.

Copy link
Collaborator

@kyleconroy kyleconroy left a comment

Choose a reason for hiding this comment

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

One small comment, but I'm going to merge.

@@ -1 +1,3 @@
CREATE TABLE venues (name text);

CREATE TABLE IF NOT EXISTS arenas (name text PRIMARY KEY, location text, size int NOT NULL) WITHOUT ROWID;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we create a separate test for create table without rowID? I don't think it applies to any other engine than SQLite

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do, I was mostly trying to exercise the parser and make sure it didn't complain, I don't think these extra options have any impact on anything that sqlc cares about.

@kyleconroy kyleconroy merged commit 557dff6 into sqlc-dev:main Feb 18, 2022
@StevenACoffman StevenACoffman mentioned this pull request Apr 24, 2022
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.

2 participants