Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed Jul 18, 2023
1 parent 8d81ae6 commit 94d2d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased
- Adds support for [Mapbox's/Ghost's SQLite3][mapbox-sqlite3] v5.
- Adds support for [Joshua Wise's Better SQLite3][better-sqlite3] v8.
- Adds support for [Mapbox's/Ghost's SQLite3][mapbox-sqlite3] v5.
- Adds support for [Joshua Wise's Better SQLite3][better-sqlite3] v8.

- Uses SQLite v3.35's `INSERT … RETURNING` statement when possible to improve the performance of `Heaven.prototype.create` by permitting batched inserts (a single `INSERT` statement for all rows).
Previously `Heaven.prototype.create` inserted rows one by one and used `last_insert_rowid()` to re-read them. This was necessary to get, e.g., the auto-incremented ids for the rows.
Expand Down

0 comments on commit 94d2d60

Please sign in to comment.