isaacdew2
Results
2
comments of
isaacdew2
That makes sense and I thought that might be the case! I'll work on adding it for the other databases that support upserts.
@taylorotwell So SQLite warns about parsing ambiguity of `on` when doing an upsert using a subquery ([the docs](https://www.sqlite.org/lang_upsert.html#parsing_ambiguity)) but in my testing this is only an issue when nothing comes...