2.0.0 Beta 1
Pre-release
Pre-release
Initial release compatible with AMPHP v3.
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.
TransientResource
now extendsAmp\Closable
- Added
TransactionIsolation
and an enum-based implementation,TransactionIsolationLevel
- Combined
ResultSet
andCommandResult
into a single interface,Result
- Renamed
ConnectionConfig
toSqlConfig
- Renamed
Connector
toSqlConnector
- Renamed
FailureException
toSqlException