mirror of
https://github.com/simonw/datasette.git
synced 2026-06-14 21:16:56 +02:00
INSERT ... RETURNING shows rows in /-/execute-write
Screenshot: https://github.com/simonw/datasette/issues/2762#issuecomment-4588111545
This commit is contained in:
parent
9b6f8ce2a7
commit
c9e5115044
6 changed files with 138 additions and 37 deletions
|
|
@ -584,7 +584,7 @@ For most write statements ``"rows"`` will be an empty list and ``"truncated"``
|
|||
will be ``false``. If the SQL uses SQLite's ``RETURNING`` clause, ``"rows"``
|
||||
will contain returned rows using the same default representation as table and
|
||||
query JSON responses. ``"truncated"`` indicates if more rows were returned than
|
||||
the configured :ref:`setting_max_returned_rows` limit:
|
||||
the execute-write returning row limit, which defaults to 10:
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue