mirror of
https://github.com/simonw/datasette.git
synced 2026-05-31 14:16:59 +02:00
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.
|
||
|---|---|---|
| .. | ||
| static | ||
| templates | ||
| __init__.py | ||
| app.py | ||
| cli.py | ||
| utils.py | ||
| version.py | ||