mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Hopefully fix horizontal scroll with changelog on mobile
This commit is contained in:
parent
d94fc39e33
commit
f3951539f1
1 changed files with 1 additions and 3 deletions
|
|
@ -1051,9 +1051,7 @@ request all rows where that column is less than 50 meters or more than 20 feet f
|
||||||
- Fix SQLite error when loading rows with no incoming FKs. [Russ
|
- Fix SQLite error when loading rows with no incoming FKs. [Russ
|
||||||
Garrett]
|
Garrett]
|
||||||
|
|
||||||
This fixes ``ERROR: conn=<sqlite3.Connection object at 0x10bbb9f10>, sql
|
This fixes an error caused by an invalid query when loading incoming FKs.
|
||||||
= '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
|
The error was ignored due to async but it still got printed to the
|
||||||
console.
|
console.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue