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
Quick question I'm using executeTransactionAsync but I want to add RETURNING * to my query - currently this won't work.
Would you use the explicit transaction approach listed in the docs?
Or is there a way to return the value using executeTransactionAsync?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey Zaid!
Quick question I'm using
executeTransactionAsync
but I want to addRETURNING *
to my query - currently this won't work.Would you use the explicit transaction approach listed in the docs?
Or is there a way to return the value using
executeTransactionAsync
?Thanks!
The text was updated successfully, but these errors were encountered: