Skip to content

2.0.0 Beta 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 13 Dec 00:03
· 9 commits to 2.x since this release
v2.0.0-beta.7
283e52e

What's Changed

  • Updated transactions for amphp/sql@v2.0.0-beta.6.
  • Removed NestableTransaction and TransactionDelegate.
  • Refactored NestedTransaction to act as a base class for nested transactions created using Transaction::beginTransaction().
  • Added ConnectionTransaction for use as a base class for transactions started on a connection.
  • Added NestableTransactionExecutor interface, used with ConnectionTransaction and NestedTransaction.

Full Changelog: v2.0.0-beta.6...v2.0.0-beta.7