-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Description
This is surprising. It caused a bug in datasette-upload-dbs because I didn't expect it to do that.
I think this is an API design flaw in Datasette itself, but I can fix it here first.
Originally posted by @simonw in simonw/datasette-upload-dbs#6 (comment)
Code in question:
datasette/datasette/database.py
Lines 29 to 32 in bf8d84a
| class Database: | |
| def __init__( | |
| self, ds, path=None, is_mutable=False, is_memory=False, memory_name=None | |
| ): |
Reactions are currently unavailable