]> source.dussan.org Git - nextcloud-server.git/commit
Add chunking in SystemTagObjectMapper::getTagIdsForObjects 37029/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Fri, 3 Mar 2023 09:35:50 +0000 (10:35 +0100)
committerCôme Chilliet (Rebase PR Action) <come-nc@users.noreply.github.com>
Mon, 13 Mar 2023 17:36:10 +0000 (17:36 +0000)
commit9b1d7794a826cd87d0dce77c9ba7691a71137e48
tree41aa59fe2f36518314256a37ec6874e72052a774
parent4b79e75072f59d2ada4a95413e730a14fe461e9c
Add chunking in SystemTagObjectMapper::getTagIdsForObjects

This avoids crashing on Oracle with more than 1000 objects

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/private/SystemTag/SystemTagObjectMapper.php
tests/lib/SystemTag/SystemTagObjectMapperTest.php