Skip to content

Releases: filisko/pdo-plus

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.

Release v2.1

13 Apr 13:30
Compare
Choose a tag to compare

Fix on getTab() method of BarPanel.php.