v4.0.0
版本发布时间: 2020-09-14 23:23:29
nextras/dbal最新发布版本:v5.0.0-rc2(2023-11-05 01:10:26)
The major 4.0.0 version is out! 🌺
What's new: ✔
- added support for Symfony (Bundle + DataCollector),
- reworked db reflection and added proper multi schema support,
- introduced new Logger for observing Connection events,
- added SSL support to
MysqliDriver
, - allow specifying INDEX HINTS for MySQL in
QueryBuilder
, - and many more small fixed & tuning.
BC breaks: ❗
-
[[
and]]
are considered as escape sequence for]
,[
respectively [6330fdd47ad26269d490c39287ff7502d58fe0e5]; - db reflection returns objects instead arrays [acbd9f72aa42bf1a37ca5a1408a1e179944263a7];
- CachedPlatform is moved to new location [bffed89267d39d8d2714c75342111b2fe4b52a04];
- added more native types to interfaces [a69cbafc39ea8f06c0129ec5adf69eda3e35c1ea];
- renamed
Connection::getTransactionIndex
togetTransactionNextedIndex
[2da9cffdaba4553321df973e0f98de4ecfe323fc]; -
Result::current()
correctly do not return null when in invalid state [7545696d45030db88a5b8cc6a526876587097073]; - query builder has new join methods (with BC functionality) [91ff937306468afb79116cb23fea2a38669fbc7f];
- exceptions are moved to new location (with BC functionality) [bed5fb6a314ef249211e2a605c3a449d82dcfd95];
See full commit changelog since 3.1.2 version. 📃
The work and this release is sponsored - thanks to all donors. 💰