exposed-upsert
exposed-upsert copied to clipboard
Incompatible with 0.4.2
Hello!
Some days ago, Exposed 0.42.0 was released and this is no longer working. It simply does not add the on conflict part to the query.
The change is simple, the prepareSQL
function now has an additional parameter prepared
, adding this should fix the problem.
I might try submitting a PR later.