mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed remaining code and docs for new block=True default, closes #1579
This commit is contained in:
parent
75153ea9b9
commit
8c401ee0f0
6 changed files with 19 additions and 39 deletions
|
|
@ -279,7 +279,7 @@ class QueryView(DataView):
|
|||
ok = None
|
||||
try:
|
||||
cursor = await self.ds.databases[database].execute_write(
|
||||
sql, params_for_query, block=True
|
||||
sql, params_for_query
|
||||
)
|
||||
message = metadata.get(
|
||||
"on_success_message"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue