Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@trowski trowski released this 10 Mar 15:29
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.