You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gtokman
changed the title
Drizzle $returningId() returns an empty arrray after an insert.
Drizzle: $returningId() returns an empty arrray after an insert.
Dec 26, 2024
What version of Effect is running?
3.12.0
What steps can reproduce the bug?
Using the dizzle
returningId
function should return the id as documented here. Instead I am receiving an empty array.What is the expected behavior?
In the example above I should receive the id back in an array; In
pg
you can receive the inserted object back after an insert.What do you see instead?
Empty array.
Additional information
No response
The text was updated successfully, but these errors were encountered: