Skip to content

Releases: FaaPz/PDO

v2.2.3

11 Apr 18:14

Choose a tag to compare

Updating the changelog for v2.2.2 and v2.2.3

v2.2.2

02 Apr 22:26
3f34dd0

Choose a tag to compare

Issue 166: Limit is treated as a string when ATTR_EMULATE_PREPARES is…

v2.2.1

11 Aug 01:11

Choose a tag to compare

Updating changelog

v2.2.0

06 Nov 02:53
958fa8c

Choose a tag to compare

Release version 2.2.0

v2.1.0

29 Oct 20:30

Choose a tag to compare

Release version 2.1.0

v2.0.1

22 Jan 06:00

Choose a tag to compare

Version 2.0.1 is a maintenance release for the 2.0 branch.

v2.0.0

05 Dec 02:28
a113989

Choose a tag to compare

Release version 2.0.0

Version 2.0 is a complete rewrite of the 1.x branch to address some of the querying shortfalls and to add PHP 7 support.

v1.12.0

20 Sep 23:31
d5382af

Choose a tag to compare

Release version 1.12.0

  • Convert sizeof to count, Fixes #92, #107
  • Adding TRUNCATE() and DROP() support. Thanks @whatTool

v1.11.0

06 Mar 13:10

Choose a tag to compare

Release version 1.11.0

  • Rename package namespace in favor of Slim Framework (#20)
  • Updated StatementContainer class with:
    • Fixed getPlaceholders() method (#92)

v1.10.1

15 Aug 10:44

Choose a tag to compare

Release version 1.10.1

  • Updated Database class with:
    • Allow user provided PDO options to overwrite default values
  • Updated StatementContainer class with:
    • Added check to stop executing when field value is not expected
  • Updated LimitClause class with:
    • Fixed LIMIT/OFFSET format
    • Changed default offset value
    • Added check whether offset is null (before checking if is integer)