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
Sorry. I somehow missed this issue. What makes this case special? You're still receiving a vector of "id" columns, which you can just as well measure the length of.
I'm asking because I'm currently putting finishing touches on the new release of Hasql, and considering whether to do anything about this issue.
The length of the vector need not be computed. It can be extracted from the Result. Then again, getting the length of a vector is a constant time operation. So, I guess it doesn't add any significant advantage.
Useful when using
returning
ininsert/update/delete
queries.The text was updated successfully, but these errors were encountered: