• Bjarne Rest's avatar
    Fixed groupBy with spaces in field declaration (#683) · 39d06d95
    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
MysqliDb.php 70.5 KB