Skip to content

Releases: filisko/pdo-plus

Release v4.1.0

08 Feb 14:51
Compare
Choose a tag to compare
  • Support for php 8.0, 8.1, 8.2, 8.3, 8.4 (with CI tests running for each of them).
  • Merged #25 (php8.1 types support)
  • GitHub workflow improved.
  • Small improvements such as internal variable renamings.
  • Easier to do testing in dev environment (all PHP versions installed inside the docker image) + Readme updated with instructions.

Release v3.2.0

15 Sep 05:22
Compare
Choose a tag to compare
  • Added support for PHP 7.1 (it was already supported, just CI and composer.json updated)

Release 4.0.2

23 Jul 15:02
Compare
Choose a tag to compare

Release 4.0.1

17 Jun 12:05
Compare
Choose a tag to compare
  • Fix #14. Now bools (true/false) will be translated to 1/0 in logging statements when Bindings are used.

Release 4.0.0

11 Jun 12:23
Compare
Choose a tag to compare
  • Support php 8.0

Release v3.1.1

22 Jan 10:16
beb7edf
Compare
Choose a tag to compare

SQL total time (ms) as round 4. 4d831f4

Release 3.1.0

16 Jan 12:03
Compare
Choose a tag to compare
  • #10 UI-enhancements
  • Small refactor (renamings)

Release v3.0.0

19 May 17:03
a418e5f
Compare
Choose a tag to compare

PDOStatement now inherits native PDO's native PDOStatement because it would not work where types are enforced.

See: #8 (comment)

Release v2.3

06 Jan 10:21
999a916
Compare
Choose a tag to compare

Tests added because they are now needed.

Release v2.2

05 Jan 12:40
e6222c8
Compare
Choose a tag to compare

New release.