Actions
Bug #100894
closedAvoid reaching placeholder limit for statement (loosely related to #99326) in DatabaseIntegrityCheck.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2023-05-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
dbal parameters
Complexity:
easy
Is Regression:
Sprint Focus:
Stabilization Sprint
Description
\TYPO3\CMS\Lowlevel\Integrity\DatabaseIntegrityCheck.php produces an error in function "testDBRefs", if too many records reside in the same table, as the count of parameters for the statement exceeds the limit of the DB.
Loosely related / same issue as #99326, just from different triggering situation.
best regards
Actions