Skip to content

Releases: adamturcsan/reconnecting-pdo

PDO compatibility

09 Oct 08:23
Compare
Choose a tag to compare

Enhance compatibility with PHP's default PDO object by extending it.

First stable

01 Feb 20:20
Compare
Choose a tag to compare

Production ready, tested on all targeted PHP versions (5.5, 5.6, 7.0, 7.1).

Finalized tests and (inter)operability

06 Jan 00:56
Compare
Choose a tag to compare

All non-driver-specific functionality has been tested to work well, identically to the original PDO object. This needed some minor and not so minor changes, so upgrading is strongly recommended.

Also the planned final version of the 0.* version. 1.0's in the corner

ReconnectingPDOStatement

21 Dec 10:24
Compare
Choose a tag to compare
  1. News
    • Every time PDOStatement it expected ReconnectingPDOStatement is given
    • ReconnectingPDOStatement maintains connection during longrun data processing
  2. Minor changes
    • Namespace changed to match other domestic libraries
    • Tests produce 100% coverage. Covers more (than before) of the presumably untouched original pdo behaviors but not all of them (yet)

Lower unnecessarily high php version dependency

27 Apr 16:03
Compare
Choose a tag to compare