mirror of
https://github.com/simonw/datasette.git
synced 2026-06-13 20:46:58 +02:00
Link execute_write request docs to write_wrapper
This commit is contained in:
parent
777deabdf6
commit
8299387b9f
1 changed files with 1 additions and 1 deletions
|
|
@ -1937,7 +1937,7 @@ This method can be used to queue up a non-SELECT SQL query to be executed agains
|
|||
|
||||
You can pass additional SQL parameters as a tuple or dictionary.
|
||||
|
||||
The optional ``request=`` argument is used internally by Datasette to pass request context to write hooks.
|
||||
The optional ``request=`` argument is used internally by Datasette to pass request context to :ref:`write_wrapper plugin hooks <plugin_hook_write_wrapper>`.
|
||||
|
||||
The method will block until the operation is completed, and the return value will be an ``ExecuteWriteResult`` object. This imitates a subset of the ``sqlite3.Cursor`` object:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue