mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Backported default_allow_sql for 0.63.x, closes #1409
This commit is contained in:
parent
b8cf864fa6
commit
1ec9c9995c
7 changed files with 58 additions and 3 deletions
|
|
@ -805,6 +805,7 @@ def test_settings_json(app_client):
|
|||
assert {
|
||||
"default_page_size": 50,
|
||||
"default_facet_size": 30,
|
||||
"default_allow_sql": True,
|
||||
"facet_suggest_time_limit_ms": 50,
|
||||
"facet_time_limit_ms": 200,
|
||||
"max_returned_rows": 100,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue