]> source.dussan.org Git - nextcloud-server.git/commit
Split the comments ids by chunks 36941/head
authorVitor Mattos <vitor@php.rio>
Wed, 1 Mar 2023 16:01:25 +0000 (13:01 -0300)
committerVitor Mattos <vitor@php.rio>
Wed, 1 Mar 2023 16:08:17 +0000 (13:08 -0300)
commite9295f739e2efab4ddd066ed7ce7ce34f6bb7461
treedcebaab6a36dfc12f0aa5907c8f44a1061b1c8b1
parent416efc12d6a0e535468082dfb9f88c17b7050236
Split the comments ids by chunks

Split the comments ids by chunks to prevent error with Oracle database
that can't do a query with more than 1000 parameters.

https://github.com/nextcloud/spreed/issues/8287

Signed-off-by: Vitor Mattos <vitor@php.rio>
lib/private/Comments/Manager.php
tests/lib/Comments/ManagerTest.php