aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Db
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-204-4/+0
* Improve typing in Entity.phpCôme Chilliet2023-01-201-12/+14
* Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-101-370/+0
* Fix reading blob data as resourceThomas Citharel2022-07-251-0/+3
* Always free the DB result in QBMapper::findEntitiesChristoph Wurst2022-05-121-9/+8
* Add a metadata service to store file metadataCarl Schwan2022-04-132-0/+6
* Add Transactional trait for atomic DB operationsChristoph Wurst2022-02-171-0/+70
* Deprecate entity slugsChristoph Wurst2021-12-141-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-8/+4
* 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-072-3/+12
|\
| * Add datetime support to QBMapperJoas Schilling2021-05-012-3/+12
* | 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-052-9/+9
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-282-1/+8
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-45/+34
* Remove trailing and in between spacesChristoph Wurst2020-04-092-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-095-19/+19
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Allow non integer ids in Entity MapperJoas Schilling2020-02-261-2/+7
* Update license headersChristoph Wurst2019-12-056-6/+22
* Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma2019-11-261-6/+18
|\
| * Make isXXX available for bool properties onlyDaniel Kesselberg2019-11-161-6/+18
* | Some php-cs fixesRoeland Jago Douma2019-11-223-4/+0
|/
* Add isXXX getter to EntityChristoph Wurst2019-10-221-9/+12
* [#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
* Add IMapperExceptionRoeland Jago Douma2018-12-063-2/+34
* 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-102-1/+284
* Remove unused variablesMorris Jobke2017-11-061-1/+1
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-141-15/+1
* Fix othersJoas Schilling2016-07-214-5/+9
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OCP\AppFramework to PSR-4Roeland Jago Douma2016-05-064-0/+715