2.0.0 Beta 3
Pre-release
Pre-release
- Added support for
BYTEA
fields. (#57) - Added
PostgresNestableTransaction
which may be optionally used to create aPostgresLink
from aPostgresTransaction
object. Nested transactions are implemented using savepoints. PostgresExecutor
now extendsPostgresQuoter
, moving the interface lower in the interface hierarchy.