Skip to content

Draft: implement methods for distinct selection/counting of SORM object, fixes #1885

Jan-Hendrik Willms requested to merge biest-1885-2 into main

implement methods SimpleORMap::(findDistinctBySql|findDistinctEachBySql|countDistinctBySql) to allow distinct retrieval/counting of rows, implement SimpleORMap::buildSQLQuery() so we don't have to repeat ourselves and use new method in Course::findByUser(), fixes #1885

Merge request reports