• 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
Name
Last commit
Last update
tests Loading commit data...
.gitattributes Loading commit data...
LICENSE Loading commit data...
MysqliDb.php Loading commit data...
composer.json Loading commit data...
dbObject.md Loading commit data...
dbObject.php Loading commit data...
index.php Loading commit data...
readme.md Loading commit data...