[BUGFIX] Use correct type in DB query
A database query was executed when creating a scheduler task which fetched all optimizable tables. This was executed with the wrong type in createNamedParameter (string instead of string array) and resulted in exception in some scenarios (with MySQL, with additional table mappings). The problem is now fixed. Resolves: #100979 Releases: main, 12.4, 11.5 Change-Id: Id5119b9fb07c68baf33fdf4f48e584fec0284455 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79243 Tested-by:core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Please register or sign in to comment