Skip to content
Snippets Groups Projects
Commit 93f26c24 authored by Pawel Cieslik's avatar Pawel Cieslik Committed by Markus Klein
Browse files

[BUGFIX] Prepared statement contains too many placeholders

Fix method findInStorageAndNotInUidList where $uidList 
contains more then 65536 records in MySQL, 64000 in Oracle, 
34464 in PostgreSQL by avoiding using prepared statements 
and just passing values directly in query.

Resolves: #82233
Releases: master, 8.7
Change-Id: Ic72fa540936631274ae542d3c02128e159bd3fb1
Reviewed-on: https://review.typo3.org/54801


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarŁukasz Uznański <l.uznanski@macopedia.pl>
Reviewed-by: default avatarManuel Selbach <manuel_selbach@yahoo.de>
Tested-by: default avatarManuel Selbach <manuel_selbach@yahoo.de>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
parent 7d5b706d
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment