You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
voltagex
changed the title
Database with dot in filename causes errors, URL encoding issue
Database with dot in filename causes errors, tilde encoding issue
Jan 20, 2024
echo "create table if not exists test (myrow int); insert into test values (1)" | sqlite3 /tmp/this.is.a.test.db
Run datasette,
This seems to impact insert and edit but not delete.
Running with pdb shows the error:
get_database
needs to be passed the URLDecoded database name.https://github.com/datasette/datasette-write-ui/blob/main/datasette_write_ui/__init__.py#L151
The text was updated successfully, but these errors were encountered: