Hopefully fix horizontal scroll with changelog on mobile

pull/809/head
Simon Willison 2020-06-09 18:19:11 -07:00
rodzic d94fc39e33
commit f3951539f1
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -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
Garrett]
This fixes ``ERROR: conn=<sqlite3.Connection object at 0x10bbb9f10>, sql
= 'select ', params = {'id': '1'}`` caused by an invalid query when
loading incoming FKs.
This fixes an error caused by an invalid query when loading incoming FKs.
The error was ignored due to async but it still got printed to the
console.