Skip to content

1.3.0

Choose a tag to compare

@trowski trowski released this 05 Aug 12:44
  • Added sslmode to the available connection configuration options. See https://www.postgresql.org/docs/current/libpq-ssl.html for possible modes.
  • Fixed an issue where a query resulting in an error may cause the next query to fail due to the connection being "busy" when using ext-pq.
  • Fixed providing the SQL query string to the exception when throwing a QueryExecutionError.