timble/kodekit

Queries with multiple HAVING conditions fail

amazeika opened this issue · 0 comments

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.