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
RETURNING is pretty key for getting the id of a row you just modified or inserted, and we should support it. It's not totally clear how to do this with pggens current architecture. I'm hoping the answer is that we need to basically implement \gdesc in go code, and not that postgres itself would need to be patched to support this. Either way, this is going to be a big lift.
The text was updated successfully, but these errors were encountered:
RETURNING
is pretty key for getting the id of a row you just modified or inserted, and we should support it. It's not totally clear how to do this withpggen
s current architecture. I'm hoping the answer is that we need to basically implement\gdesc
in go code, and not that postgres itself would need to be patched to support this. Either way, this is going to be a big lift.The text was updated successfully, but these errors were encountered: