Skip to content

[1.10.0-beta1] - 2021-01-07

Pre-release
Pre-release
Compare
Choose a tag to compare
@thomasvargiu thomasvargiu released this 07 Jan 16:46
· 152 commits to master since this release
660ac11

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 now
  • Connection::refresh() is deprecated, you should use the original Connection::ping()