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
Added methods to PqConnection to toggle result set buffering on and off: shouldBufferResults(), shouldNotBufferResults(), and isBufferingResults().
Removed a circular reference when destructing of unbuffered result sets that would sometimes delay destruction.
Fixed a bug where simultaneously preparing the same statement and immediately destructing the first prepared statement object would cause the connection to be marked as available.