pull_requests_fts: 181644805
This data as json
rowid | title | body |
---|---|---|
181644805 | 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 loading incoming FKs when none exist. The error was ignored due to async but it still got printed to the console. |