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
Copy file name to clipboardExpand all lines: packages/pg-cursor/index.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ class Cursor extends EventEmitter {
231
231
this._closePortal()
232
232
// delay the callback until portal is finished closing
233
233
// (this means a closeComplete followed by a readyForQuery)
234
-
// (it's possible to have a readyForQuery without a closeComplete if called from moveAllAndClose)
234
+
// (when moveAllAndClose calls closePortal, client will receive a readyForQuery generated by "MOVE ALL" simple query before receiving a closeComplete and a subsequent readyForQuery)
0 commit comments