mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed bug loading database called 'test-database (1).sqlite'
Closes #1181. Also now ensures that database URLs have special characters URL-quoted.
This commit is contained in:
parent
07e1635615
commit
a5ede3cdd4
7 changed files with 55 additions and 27 deletions
|
|
@ -4,12 +4,14 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_54_a0:
|
||||
.. _v0_54:
|
||||
|
||||
0.54 (2021-01-24)
|
||||
-----------------
|
||||
|
||||
|
||||
|
||||
0.54a0 (2020-12-19)
|
||||
-------------------
|
||||
|
||||
**Alpha release**. Release notes in progress.
|
||||
|
||||
- Improved support for named in-memory databases. (`#1151 <https://github.com/simonw/datasette/issues/1151>`__)
|
||||
- New ``_internal`` in-memory database tracking attached databases, tables and columns. (`#1150 <https://github.com/simonw/datasette/issues/1150>`__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue