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
From what it appears, the order of execution when multiple `async_execute` operations are invoked with the same `Connection` is probably not guaranteed. It relies on the task schedule and locking behavior [here](https://github.com/iamed2/LibPQ.jl/blob/2c0547daef005e160aa60cb529d4969a670befbc/src/asyncresults.jl#L270).
It probably needs non trivial changes to guarantee an order there. Until then it will be good to update the docs with this fact.
0 commit comments