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
fix: Support type overrides in RETURNING clause (#390)
- Ensure column type overrides are respected in INSERT, UPDATE,
and DELETE statements that use the RETURNING clause.
- Add test cases for overridden text type in RETURNING.
Fixes#388
0 commit comments