Actions
Bug #96291
closedThrow an exception when database is accessed before or during TCA loading
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-12-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TCA is required for the database schema to be generated.
To avoid a chicken / egg issues, database access before TCA is
loaded will now throw an exception.
Actions