Would it be possible to have the query engine ignore empty having clauses?
This is an issue for me because of the way I have predicates abstracted. It currently generates "HAVING()" when no criteria is present, which (obviously) throws a SQL error.
This is not a problem when the HavingClause is null.
Thanks,
Phil