mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-28 03:44:31 +02:00
Unreleased changelog entry for list/tuple support, refs #672
This commit is contained in:
parent
ecabd9e0c5
commit
d4d4c89795
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@
|
|||
Changelog
|
||||
===========
|
||||
|
||||
.. _unreleased:
|
||||
|
||||
Unreleased
|
||||
----------
|
||||
|
||||
- The ``table.insert_all()`` and ``table.upsert_all()`` methods can now accept an iterator of lists or tuples as an alternative to dictionaries. The first item should be a list/tuple of column names. See :ref:`python_api_insert_lists` for details. (:issue:`672`)
|
||||
|
||||
.. _v4_0a0:
|
||||
|
||||
4.0a0 (2025-05-08)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue