Skip to content

Releases: FaaPz/PDO

v1.10.0

14 Aug 11:44

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

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!

v1.9.8

27 Feb 16:39

Choose a tag to compare

Release version 1.9.8

  • Updated SelectStatement class with:
    • Fixed getColumns() method
  • Updated WhereClause class with:
    • Reverted __toString() method
  • Updated HavingClause class with:
    • Reverted __toString() method

v1.9.7

27 Feb 13:14

Choose a tag to compare

Release version 1.9.7

  • Updated WhereClause class with:
    • Fixed some weird bug in __toString() method
  • Updated HavingClause class with:
    • Fixed the same weird bug in__toString() method

Mentioned by EliaRigo. Thanks!

v1.9.6

03 Feb 19:02

Choose a tag to compare

Release version 1.9.6

  • Updated LimitClause class with:
    • Fixed limit() method

v1.9.5

22 Jan 23:15

Choose a tag to compare

Release version 1.9.5

  • Updated documentation
  • Added protected override allowed
  • Better parameter naming

v1.9.4

20 Jan 14:36

Choose a tag to compare

Release version 1.9.4

  • Revised documentation (WIP)
  • Updated InsertStatement class with:
    • Fixed execute() method

v1.9.3

12 Jan 12:29

Choose a tag to compare

Release version 1.9.3

  • Updated InsertStatement class with:
    • Added $insertId argument in execute() method

v1.9.2

28 Dec 13:10

Choose a tag to compare

Release version 1.9.2

  • Updated Database class with:
    • Fixed $options argument in __construct() method

v1.9.1

02 Dec 13:58

Choose a tag to compare

Release version 1.9.1

  • Updated SelectStatement class with:
    • Fixed all aggregates