mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Database(is_mutable=) now defaults to True, closes #1808
Refs https://github.com/simonw/datasette-upload-dbs/issues/6
This commit is contained in:
parent
bf8d84af54
commit
fb7e70d5e7
4 changed files with 8 additions and 7 deletions
|
|
@ -58,7 +58,7 @@ async def test_datasette_constructor():
|
|||
"route": "_memory",
|
||||
"path": None,
|
||||
"size": 0,
|
||||
"is_mutable": False,
|
||||
"is_mutable": True,
|
||||
"is_memory": True,
|
||||
"hash": None,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue