Fixed groupBy with spaces in field declaration (#683)
* 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
Showing
Please register or sign in to comment