v3.0.0-rc1
版本发布时间: 2017-07-22 19:20:55
nextras/dbal最新发布版本:v5.0.0-rc2(2023-11-05 01:10:26)
The first RC of 3.0.0 is out.
Notable BC breaks:
- Library requires PHP 7.0+ version.
- Date-time fields are converted to DateTimeImmutable instances.
- Date-time changes:
%dts
does not do any timezone modifications (removed simpleStorageTz), read more in documentation and see the usage matrix. - Connection::ping() does not connect when connection is not connected.
Notable features & changes:
- Connection: added nested transactions & savepoints.
- Connection: added setter for transation isolation level.
- Added %json modifier.
- Added
IConnection
interface. - Added factory for
SqlProcessor
. - Added SqlSrv driver & MSSQL support.
- Enhanced Tracy's panel - added elapsed time, explain, updated visual design.
- See full commit changelog since 2.1 version.