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.
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72558
Updated by Helmut Hummel almost 3 years ago
- Related to Task #94979: Deprecate usage of cache and DB connection early in bootstrap added
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72558
Updated by Helmut Hummel almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d96e8039d2501cc7ab4ecc02384a3cecd963bdf2.
Updated by Oliver Bartsch almost 3 years ago
- Related to Task #96300: Always use runtime db quoting of TCA configuration added
Actions