Actions
Bug #102174
closedUnnecessary SELECT DATABASE() due to Connection::ensureDatabaseValueTypes()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2023-10-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When all database values handed over to Connection::ensureDatabaseValueTypes() have types, then it doesn't need to do anything, especially the instantiation of SchemaInformation, whose constructor does the SELECT DATABASE query.
Files
Actions