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
It seems that #33 introduced basic support for RETURNING, but only for a single column. However Postgres SQL allows multiple columns in RETURNING. It would be nice to support that.
It seems that #33 introduced basic support for
RETURNING, but only for a single column. However Postgres SQL allows multiple columns inRETURNING. It would be nice to support that.