datasette/datasette
Russ Garrett 1cc5161089 Fix sqlite error when loading rows with no incoming FKs
This fixes `ERROR: conn=<sqlite3.Connection object at 0x10bbb9f10>, sql
= 'select ', params = {'id': '1'}` caused by an invalid query when
loading incoming FKs.

The error was ignored due to async but it still got printed to the
console.
2018-04-14 07:24:24 -07:00
..
static Ability to sort using form fields (for mobile portrait mode) 2018-04-09 17:34:32 -07:00
templates Better mechanism for handling errors; 404s for missing table/database 2018-04-13 11:17:22 -07:00
__init__.py Added __version__, bumped it to 0.12 2017-11-16 07:20:54 -08:00
app.py Fix sqlite error when loading rows with no incoming FKs 2018-04-14 07:24:24 -07:00
cli.py package and publish commands now accept --static and --template-dir 2017-12-09 10:28:49 -08:00
utils.py Hide Spatialite system tables 2018-04-12 14:34:47 -07:00
version.py Release 0.17 to fix issues with PyPI 2018-04-13 12:04:40 -07:00