-
Bjarne Rest authored
* Fixed groupBy with saces in field declaration Sometimes you have to use GROUP BY in SQL with Spaces in it. The old implementation deleted all spaces in $groupByField Eg "IF(qv.idValue IS NULL, UUID(), qv.idValue)" would become "IF(qv.idValueISNULL,UUID(),qv.idValue)" * Addes operators <>=! to groupBy
39d06d95