Various bug-fixes
- Select-Statements:
WHERE
andHAVING
clauses can now be called alternatively to arrays with an object as expression parameter. - Select-Statements:
WHERE
andHAVING
clauses can now be called with an empty array or an empty object. As a result, noHAVING
orWHERE
is generated. Previously, an emptyWHERE
orHAVING
was output. - Various minor changes