mirror of
https://github.com/simonw/datasette.git
synced 2026-07-08 08:34:42 +02:00
Release 1.0a36
Refs #1983, #1996, #2783, #2806, #2809, #2811, #2812, #2813, #2815, #2818, #2819, #2822, #2823, #2827
This commit is contained in:
parent
a31673c90b
commit
52ae7d1b6d
2 changed files with 6 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "1.0a35"
|
||||
__version__ = "1.0a36"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,10 +4,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _unreleased:
|
||||
.. _v1_0_a36:
|
||||
|
||||
Unreleased
|
||||
----------
|
||||
1.0a36 (2026-07-07)
|
||||
-------------------
|
||||
|
||||
The signature features of this alpha are new UIs for **inserting multiple rows at once** (from TSV, CSV or JSON) and for **creating a table from rows**, plus a large number of small **JSON API consistency fixes** in preparation for a 1.0 stable release.
|
||||
|
||||
- Table pages now offer an "Insert multiple rows" mode in the row insertion dialog. This accepts pasted TSV, CSV or JSON, previews the parsed rows before inserting them, validates unknown columns as data is pasted and displays omitted auto integer primary keys as ``auto`` in the preview. (:pr:`2813`)
|
||||
- The bulk insert UI can skip rows with existing primary keys, or update existing rows and insert new rows using the existing ``/<database>/<table>/-/upsert`` API when the actor has both :ref:`insert-row <actions_insert_row>` and :ref:`update-row <actions_update_row>` permissions. (:pr:`2813`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue