Closed this issue 6 years ago · 1 comments
SQLite seems to return 0 when using INSERT OR IGNORE and there's an IntegrityError. Perhaps SQL.execute should return None in such cases instead of 0 for clarity.
0
INSERT OR IGNORE
IntegrityError
SQL.execute
None
82defb7