Skip to content

Various bug-fixes

Compare
Choose a tag to compare
@rkrx rkrx released this 07 Oct 08:50
· 80 commits to master since this release
  • Select-Statements: WHERE and HAVING clauses can now be called alternatively to arrays with an object as expression parameter.
  • Select-Statements: WHERE and HAVING clauses can now be called with an empty array or an empty object. As a result, no HAVING or WHERE is generated. Previously, an empty WHERE or HAVING was output.
  • Various minor changes