summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Db/QBMapper.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-12/+11
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Allow non integer ids in Entity MapperJoas Schilling2020-02-261-2/+7
* Update license headersChristoph Wurst2019-12-051-1/+6
* [#11236] Set parameter type in QBMapperMarius David Wieschollek2019-03-241-3/+35
* Access id property without getter.Daniel Kesselberg2018-12-241-1/+1
* Fetch lastInsertId only when id nullDaniel Kesselberg2018-12-241-1/+3
* Document possibly thrown excption of QBMapper::insertOrUpdateChristoph Wurst2018-10-021-0/+1
* Add QBMapper::insertOrUpdate()Christoph Wurst2018-10-021-1/+18
* The column is not user input so suppress the phan warningRoeland Jago Douma2018-05-141-0/+2
* Add a QueryBuilder MapperRoeland Jago Douma2018-05-101-0/+270