PDO Versions Save

Just another PDO database library

v2.2.1

1 year ago

v2.2.0

2 years ago

Release version 2.2.0

v2.1.0

3 years ago

Release version 2.1.0

v2.0.1

4 years ago

Version 2.0.1 is a maintenance release for the 2.0 branch.

v2.0.0

4 years ago

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

4 years ago

Release version 1.12.0

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

v1.11.0

5 years ago

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

6 years ago

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

7 years ago

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

7 years ago

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!