aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Db/QBMapper.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* feat: Add yieldEntities wrapper for entity mapping in QBMapperJulius Härtl2024-06-241-0/+21
* chore: Add SPDX headerAndy Scherzinger2024-05-241-25/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-021-0/+1
* Add type hints for mappersjld31032023-04-071-2/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Always free the DB result in QBMapper::findEntitiesChristoph Wurst2022-05-121-9/+8
* Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Add DB exception throws tag to QBMapper PHPDocAnna Larch2021-05-261-7/+17
* Merge pull request #26848 from nextcloud/bugfix/noid/add-datetime-support-to-...Morris Jobke2021-05-071-2/+4
|\
| * Add datetime support to QBMapperJoas Schilling2021-05-011-2/+4
* | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-051-3/+3
|/
* Fix constraint violation detection in QB MapperJoas Schilling2021-04-161-3/+6
* Use executeQuery and executeUpdate in the QBMapperChristoph Wurst2021-03-181-11/+11
* Fix some redundant castsRoeland Jago Douma2021-03-081-1/+1
* Add template typing to the QBMapperChristoph Wurst2020-10-121-2/+17
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-281-0/+2
* 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