nextcloud/lib
Carl Schwan 3682dbbf5e feat(result): Update result wrapper with new doctrine methods
- fetch is replaced with fetchAssociative/fetchNumeric/fetchOne with
  better type hinting
- Same with fetchAll
- And add iterateAssociative/iterateNumeric which are nicer to use than
  a `while ($row = $result->fetch()) {}`

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-11-18 17:45:13 +01:00
..
composer fix(sharing): fix potentially broken shares from the past, change 'null' download permission to 'true' 2025-11-17 10:07:44 +01:00
l10n fix(l10n): Update translations from Transifex 2025-11-17 00:13:26 +00:00
private feat(result): Update result wrapper with new doctrine methods 2025-11-18 17:45:13 +01:00
public feat(result): Update result wrapper with new doctrine methods 2025-11-18 17:45:13 +01:00
unstable fix(lexicon): missing doc 2025-07-24 15:56:35 -01:00
base.php fix: Delete legacy OC_Response 2025-09-29 09:35:32 +02:00
versioncheck.php fix(PHP): Drop PHP 8.1 for Nextcloud 33 2025-10-02 11:04:07 +02:00