mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
_memory database should not be mutable, closes #1917
This commit is contained in:
parent
9f5321ff1e
commit
6b47734c04
2 changed files with 4 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ async def test_datasette_constructor():
|
|||
"route": "_memory",
|
||||
"path": None,
|
||||
"size": 0,
|
||||
"is_mutable": True,
|
||||
"is_mutable": False,
|
||||
"is_memory": True,
|
||||
"hash": None,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue