Skip to content

Commit

Permalink
Merge pull request #2724 from revolter/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 3.15.0 changelog
  • Loading branch information
coleifer committed May 14, 2023
2 parents 48dcf98 + 0cf579d commit a47b4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ queries to support CTEs. CTEs are now supported for use with INSERT, DELETE and
UPDATE queries - see #2152.

Additionally, this release adds better support for using the new `RETURNING`
syntax with Sqlite automatically. Specify `returing_clause=True` when
syntax with Sqlite automatically. Specify `returning_clause=True` when
initializing your `SqliteDatabase` and all bulk inserts will automatically
specify a `RETURNING` clause, returning the newly-inserted primary keys. This
functionality requires Sqlite 3.35 or newer.
Expand Down

0 comments on commit a47b4d2

Please sign in to comment.