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.6andamphp/sql-common@v2.0.0-beta.7. RemovedPostgresNestableTransaction. - Added
PostgresConnectioninterface extending the base interfaceConnectionfromamphp/sql. - Merged
PostgresQuotermethods intoPostgresExecutorand removedPostgresQuoter. - Moved
PostgresReceivermethods intoPostgresConnectionand removedPostgresReceiver.
Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5