Skip to content

Releases: FaaPz/PDO

v2.2.1

11 Aug 01:11
Compare
Choose a tag to compare
Updating changelog

v2.2.0

06 Nov 02:53
958fa8c
Compare
Choose a tag to compare

Release version 2.2.0

v2.1.0

29 Oct 20:30
Compare
Choose a tag to compare

Release version 2.1.0

v2.0.1

22 Jan 06:00
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.10.0

14 Aug 11:44
Compare
Choose a tag to compare

Release version 1.10.0

  • Updated StatementContainer class with:
    • Added transactional commit() method
    • Added transactional rollBack() method
    • Added transactional beginTransaction() method
  • Updated LimitClause class with:
    • Added validation to check if parameters are casted to expected integers
  • Updated OffsetClause class with:
    • Added validation to check if parameter is casted to expected integer

v1.9.9

29 May 10:58
Compare
Choose a tag to compare

Release version 1.9.9

  • Added ability to insert associative arrays (#35)
  • Updated Database class with:
    • Renamed $columns argument in insert() method
  • Updated StatementContainer class with:
    • Added isAssociative() method
    • Fixed getPlaceholders() method

Proposed by Raistlfiren. Thanks!