Jake Leventhal
Jake Leventhal
@ctavan yeah, i switched to login with amazon lol
+1 on this, it seems outdated to require callback functions
bump on this
Is there any update on this? Another example of this as a pain point is if object keys dont match I get the following logs but if i use the...
@maasencioh any update on this?
This is most likely closed by #1659
@AndriiSherman @RemiPeruto I am looking to update some code to account for this. one example looks like this: ```ts if (idsToDelete.length) { await db.delete(someTable).where(inArray(someTable.id, idsToDelete)); } ``` With this PR,...
https://github.com/drizzle-team/drizzle-orm/issues/2765
Cross referencing: https://github.com/drizzle-team/drizzle-orm/issues/2200
@jawj Yes, I have been using 18 for several months. Just tried to switch to 20 and got roadblocked here. Cannot get it work unless I remove any parallel actions...