2.0.0 Beta 5
Pre-release
Pre-release
What's Changed
Nested transactions have been refactored to be created simply with PostgresTransaction::beginTransaction()
instead of needing to wrap a PostgresTransaction
into a PostgresNestableTransaction
. If you did not use savepoints or nested transactions, you likely will be able to upgrade to this version without any code changes.
- Updated transactions for
amphp/sql@v2.0.0-beta.6
andamphp/sql-common@v2.0.0-beta.7
. RemovedPostgresNestableTransaction
. - Added
PostgresConnection
interface extending the base interfaceConnection
fromamphp/sql
. - Merged
PostgresQuoter
methods intoPostgresExecutor
and removedPostgresQuoter
. - Moved
PostgresReceiver
methods intoPostgresConnection
and removedPostgresReceiver
.
Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5