You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The syntax was generalized to permit multiple ON CONFLICT clauses and to allow DO UPDATE resolution without a conflict target in SQLite version 3.35.0 (2021-03-12). https://www2.sqlite.org/matrix/lang_upsert.html
The datastore has version 3.31.1
I'm not sure how easily upgrade able this is since sqlite3 is part of python's core though it's a sql statement not any api or bindings issue.
The text was updated successfully, but these errors were encountered:
We make use of multiple
ON CONFLICT
in our cache update mechanism https://github.com/ThreeSixtyGiving/datagetter/blob/master/getter/cache.py#L87The datastore has version 3.31.1
I'm not sure how easily upgrade able this is since sqlite3 is part of python's core though it's a sql statement not any api or bindings issue.
The text was updated successfully, but these errors were encountered: