Naftoli Gugenheim
Naftoli Gugenheim
PR welcome ;)
Does tacking on a `.subquery` somewhere in the middle help? Otherwise a PR would be welcome. To clarify: Are you having the same issue without a `1=1` or `true` filter...
I'm confused what is the use case, this doesn't sound like "upsert" but "insert if not exists" since there are no columns to _update_
Exactly. If you Ctrl-click through that enough times (from `updateInsert`) you get to this code (which is duplicated in PostgresProfile separately): ```scala "update " + tableName + " set "...
Do you see what I mean about this use case really not being "insertOrUpdate" but rather "insert if not exists"? Do you agree that this is not a bug report,...
> > Do you see what I mean about this use case really not being "insertOrUpdate" but rather "insert if not exists"? > > Isn't "insert if not exists" part...
@mergifyio refresh
@mergifyio queue
@Mergifyio requeue
Can you open a PR? Even contributing a test would help but Slick is community-maintained so the only way to ensure it's fixed is by fixing it yourself.