1.3.0
- Added
sslmodeto 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.