Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

66 lines (53 loc) · 1.7 KB

Changelog

v1.9.5
  • Updated documentation
  • Added protected override allowed
  • Better parameter naming
v1.9.4
  • Revised documentation (WIP)
  • Updated InsertStatement class with:
    • Fixed execute() method
v1.9.3
  • Updated InsertStatement class with:
    • Added $insertId argument in execute() method
v1.9.2
  • Updated Database class with:
    • Fixed $options argument in __construct() method
v1.9.1
  • Updated SelectStatement class with:
    • Fixed all aggregates
v1.9.0
  • Added whereMany() method
  • Updated limit() method

Contributed by bmutinda and scheras. Thanks!

v1.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
v1.8.1
  • Updated StatementContainer class with:
    • Minor fix setPlaceholders() method
v1.8.0
  • PSR-2 coding style guide adopted
  • Updated InsertStatement class with:
    • Added columns() method
  • Updated UpdateStatement class with:
    • Added set() method
  • Updated StatementContainer class with:
    • Added $table argument in delete() method
  • Updated WhereClause class with:
    • Fixed orWhereLike() method
v1.7.2
  • Updated SelectStatement class with:
    • Minor fix select() method (working fix)
v1.7.1
  • Updated SelectStatement class with:
    • Minor fix select() method
  • Removed old changelog notes
v1.7.0
  • Revised release version