mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added ?_trace=1 option to trace SQL
Currently just dumps all SQL statements out on the console.
This commit is contained in:
parent
31f36e1b97
commit
7d01ca34a1
3 changed files with 69 additions and 4 deletions
|
|
@ -6,3 +6,5 @@ filterwarnings=
|
|||
ignore:Using or importing the ABCs::bs4.element
|
||||
# Sanic verify_ssl=True
|
||||
ignore:verify_ssl is deprecated::sanic
|
||||
# Python 3.7 PendingDeprecationWarning: Task.current_task()
|
||||
ignore:.*current_task.*:PendingDeprecationWarning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue