Skip to content

Releases: facile-it/doctrine-mysql-come-back

v1.8

05 Sep 16:07
2408bcb
Compare
Choose a tag to compare

Fixed

  • Fixed issue about loss of state for Statement class on retry (#34)

Added

  • Added DBAL's MasterSlaveConnection support (#33)

v1.7

05 Feb 13:54
4cf967c
Compare
Choose a tag to compare

Fixed

  • Compatibility with doctrine/dbal up to version 2.9 (#32)

v1.6.5

20 Apr 10:44
v1.6.5
593eb89
Compare
Choose a tag to compare

Changed

  • Changed the version constraint o doctrine/dbal to ^2.3 to allow v2.7 (#26)

[1.6.4] - 2017-09-01

01 Sep 13:01
Compare
Choose a tag to compare

Added

  • Compatibility with doctrine/dbal up to version 2.6 (#22)

Changed

  • Bumped minimum PHP version to 5.6 (#21)
  • Updated various dev dependecies
  • Simplified the Travis CI build matrix

[1.6.3] - 2016-10-04

04 Oct 10:32
Compare
Choose a tag to compare

Changed

  • Changed PHP requirement with upper bound 7.0
  • #17 Changed behaviour on how to check if a query can be retried
  • Changed ServerGoneAwayExceptionsAwareInterface splitting select and updates exceptions

Fixed

  • #17 Fixed an issue that could retry update queries on Lost connection to MySQL server during query error.

1.6.2

03 Jun 07:26
Compare
Choose a tag to compare
Merge pull request #15 from Algatux/late_notation

Referencing class with ::class does not work with PHP 5.4

v1.4: Merge pull request #3 from peelandsee/master

15 Dec 16:44
Compare
Choose a tag to compare