Skip to content

2.0.0

Choose a tag to compare

@trowski trowski released this 10 Mar 15:29
· 8 commits to 2.x since this release
v2.0.0
996b8ad

Stable release compatible with AMPHP v3 and fibers! 🎉

As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.

  • Added template types to interfaces for better type expression on implementations and extensions.
  • All classes now start with Sql as a prefix to avoid name collisions with other libraries.
  • Renamed ConnectionPool to SqlCommonConnectionPool.
  • Added SqlNestedableTransactionExecutor and SqlNestedTransaction to support nested transactions.
  • Added SqlCommandResult and SqlConnectionTransaction.
  • Renamed PooledResultSet to SqlPooledResult.