Skip to content

Releases: FaaPz/PDO

v1.9.8

27 Feb 16:39
Compare
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
Compare
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
Compare
Choose a tag to compare

Release version 1.9.6

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

v1.9.5

22 Jan 23:15
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Release version 1.9.1

  • Updated SelectStatement class with:
    • Fixed all aggregates

v1.9.0

30 Nov 21:53
Compare
Choose a tag to compare

Release version 1.9.0

  • Added whereMany method
  • Updated limit() method

Contributed by bmutinda and scheras. Thanks!

v1.8.2

22 Nov 12:30
Compare
Choose a tag to compare

Release version 1.8.2

  • Updated Database class with:
    • Minor change __construct() method
    • Minor change insert() method
    • Minor change update() method
  • Updated LimitClause class with:
    • Minor change __toString() method
  • Updated OffsetClause class with:
    • Minor change __toString() method