aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Db
Commit message (Expand)AuthorAgeFilesLines
* fix: remove typing and return typefix/noid/revert-api-breaking-return-typeAnna Larch2025-01-231-1/+1
* fix(QBMapper): Fix findEntities() return type to be list<T>fix/qbmapper/find-entities-return-typeprovokateurin2024-11-061-2/+2
* fix(entity): Fix mapping of old/sub-types to actually supported database typesfollowup/47329/add-all-types-to-handlingJoas Schilling2024-10-231-0/+22
* fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-4/+3
* fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-4/+4
* feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-172-27/+50
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* Merge pull request #48008 from nextcloud/fix/entity/strict-typesKate2024-09-161-3/+2
|\
| * fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-151-3/+2
* | feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-151-46/+63
|/
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-3/+3
* feat: Add yieldEntities wrapper for entity mapping in QBMapperJulius Härtl2024-06-241-0/+21
* chore: Add SPDX headerAndy Scherzinger2024-05-246-133/+17
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
* Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-051-4/+4
* enh: Provide atomicRetry method to retry transactions if possibleJulius Härtl2023-05-161-0/+37
* fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-021-0/+1
* fix: Allow to catch `IMapperException` by implementing `Throwable`Ferdinand Thiessen2023-04-171-1/+1
* Add type hints for mappersjld31032023-04-071-2/+1
* 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