Skip to content

v1.8.0

Compare
Choose a tag to compare
@FaaPz FaaPz released this 14 Sep 14:32

Release version 1.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()