Skip to content
Snippets Groups Projects
Commit 63ddc79e authored by Sybille Peters's avatar Sybille Peters Committed by Christian Kuhn
Browse files

[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: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent f0936fe1
Branches
Tags
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