datasette/datasite
Simon Willison 2c625e31ed Fixed bug on Row page with tables containing spaces
We were attempting to run this SQL:

    select * from "Order%20Details" where ...

On this page:

    http://0.0.0.0:8877/northwind-40d049b/Order%20Details/10250,41
2017-10-27 00:16:18 -07:00
..
templates Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -07:00
__init__.py Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -07:00
app.py Fixed bug on Row page with tables containing spaces 2017-10-27 00:16:18 -07:00
cli.py Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -07:00