mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed incorrect target name
This commit is contained in:
parent
3041c6b641
commit
78198df668
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ By default queries are considered to be "fire and forget" - they will be added t
|
|||
|
||||
If you pass ``block=True`` this behaviour changes: the method will block until the write operation has completed, and the return value will be the return from calling ``conn.execute(...)`` using the underlying ``sqlite3`` Python library.
|
||||
|
||||
.. _database_execute_write:
|
||||
.. _database_execute_write_fn:
|
||||
|
||||
await db.execute_write_fn(fn, block=False)
|
||||
------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue