James Arnott
Results
12
comments of
James Arnott
Any updates here?
It looks like I'm having a similar issue with postgres. I've had to just do: ``` .onConflictDoUpdate({ target: entity.email, set: { updatedAt: new Date(), } }).returning({...}); ``` to just get...