datasette / datasette-write-ui

A Datasette plugin that adds UI elements to edit, insert, or delete rows in SQLite tables
Apache License 2.0
15 stars 2 forks source link

Fixes databases with dots - add tilde_decode to table and db parameters #24

Open voltagex opened 5 months ago

voltagex commented 5 months ago

Here's a fix so that databases with dots in their filenames work.

Added a basic test too - this could be cleaned up but I just wanted to use some software, man.

Fixes #23

voltagex commented 5 months ago

Oh yeah, the tests in this project crash on Windows but I believe this is an existing issue in Datasette, not anything you or I have added.