Can't upsert with onConflictDoUpdate & generatedAlwaysAsIdentity ID columns?
I've noticed the type system doesn't recognize the ID columns (since they are supposed to be autogenerated?)
How would one upsert or update? The ID field is not available
1 Reply
@DiamondDragon You can use the new
.overrideSystemValues method before .values to insert and update generated identity fields