Queries with multiple HAVING conditions fail
amazeika opened this issue · 0 comments
amazeika commented
The problem is the separator being used when casting the query object to string. Comas are currently being used, AND/OR should be used instead. Therefore ->having should work pretty much like a ->where call.