Skip to content

Conversation

russss
Copy link
Contributor

@russss russss commented Apr 14, 2018

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.

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.
@simonw simonw merged commit 1cc5161 into simonw:master Apr 14, 2018
@russss russss deleted the foreign_key_error branch April 14, 2018 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants