[1.10.0-beta1] - 2021-01-07
Pre-release
Pre-release
thomasvargiu
released this
07 Jan 16:46
·
152 commits
to master
since this release
Added
- Added compatibility with doctrine/dbal > 2.11 Statement
- Added ability to reconnect when creating
Mysqli
statement
Changed
Statement
now extends the original one, so all methods are implemented nowConnection::refresh()
is deprecated, you should use the originalConnection::ping()