Skip to content

1.1.0

Choose a tag to compare

@trowski trowski released this 30 Oct 16:55
15f8403
  • 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.