mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fix underline length, refs #656
This commit is contained in:
parent
9e458dea7d
commit
d892d2ae49
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
.. _v4_0a0:
|
||||
|
||||
4.0a0 (2025-05-08)
|
||||
-----------------
|
||||
------------------
|
||||
|
||||
- Upsert operations now use SQLite's ``INSERT ... ON CONFLICT SET`` syntax on all SQLite versions later than 3.23.1. This is a very slight breaking change for apps that depend on the previous ``INSERT OR IGNORE`` followed by ``UPDATE`` behavior. (:issue:`652`)
|
||||
- Python library users can opt-in to the previous implementation by passing ``use_old_upsert=True`` to the ``Database()`` constructor, see :ref:`python_api_old_upsert`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue