postgres 0.9.8 postgres: ^0.9.8 copied to clipboard
PostgreSQL database driver. Supports statement reuse and binary protocol.
Changelog #
0.9.8 #
- Preserve error stacktrace on various query or transaction errors.
- Read support for
BYEA
columns.
0.9.7 #
- Adds
Connection.mappedResultsQuery
to return query results as aMap
with keys for table and column names.
0.9.6 #
- Adds
Connection.notifications
to listen forNOTIFY
events (thanks @andrewst) - Adds better error reporting.
- Adds support for JSONB columns.
- Fixes issue when encoding UTF16 characters (thanks @andrewst)
0.9.5 #
- Allow connect via SSL.
0.9.4 #
- Fixed issue with buffer length
0.9.3 #
- Fixed issue with UTF8 encoding
0.9.2 #
- Bump for documentation
0.9.1 #
- Added transactions: PostgreSQLConnection.transaction and PostgreSQLConnection.cancelTransaction.
0.9.0 #
- Initial version