v3.0.0
版本发布时间: 2017-12-24 06:47:48
nextras/dbal最新发布版本:v5.0.0-rc2(2023-11-05 01:10:26)
The new major 3.0.0 version 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 there is no connection.
Notable features & changes:
- Connection: added nested transactions & save-points.
- Connection: added setter for transaction 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.