Skip to content
Snippets Groups Projects
Commit b0999dd7 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/+/79253


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 362ffebf
Branches
Tags
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