Skip to content

v1.10.1

Compare
Choose a tag to compare
@FaaPz FaaPz released this 15 Aug 10:44

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)