Skip to content

v2.6.0

Choose a tag to compare

@1biot 1biot released this 19 Mar 11:28
· 66 commits to main since this release
322b82c

FiQueLa version v2.6.0

Changed

  • Refactored \FQL\Conditions\BaseConditionGroup and make it abstract and implements concrete condition
    groups WhereConditionGroup and HavingConditionGroup and IfStatementConditionGroup and CaseStatementConditionGroup

Added

  • IF and CASE-WHEN supporting multiple conditions as WHERE or HAVING do.
  • New operator REGEXP and NOT REGEXP