-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize multi-index and FTS index insert/update on SQL Providers (#64)
* Optimize multi-index and FTS index on sqlite We can do the insert and deletes of multi-key indexes in one pass instead of executing multiple queries * Bump package.json version
- Loading branch information
1 parent
1581827
commit da5a95a
Showing
2 changed files
with
79 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nosqlprovider", | ||
"version": "0.6.19", | ||
"version": "0.6.20", | ||
"description": "A cross-browser/platform indexeddb-like client library", | ||
"author": "David de Regt <[email protected]>", | ||
"scripts": { | ||
|
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