-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'Auto-create index in CREATE TABLE when necessary' from Jussi S…
…aurio Closes #448 Adds support for: - Automatically creating index on the PRIMARY KEY if the pk is not a rowid alias - Parsing the automatically created index into memory, for use in queries * `testing/testing_norowidalias.db` now uses the PK indexes and some tests were failing -- looks like taking the index into use revealed some bugs in our codegen :) I fixed those in later commits. Does not add support for: - Inserting to the index during writes to the table Closes #588
- Loading branch information
Showing
6 changed files
with
438 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.