Actions
Bug #44037
closedtx_extensionmanager - ORA-00972: identifier is too long
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2012-12-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
ORA-00972: identifier is too long: SELECT tx_extensionmanager_domain_model_repository.* FROM tx_extensionmanager_domain_model_repository WHERE tx_extensionmanager_domain_model_repository.uid = '1' LIMIT 1
Updated by Michael Stucki almost 11 years ago
- Project changed from 329 to TYPO3 Core
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Andreas Kienast
- Is Regression set to No
Any idea how this could be done?
Basically we'd need to ship mappings for each RDBMS for all core tables.
Updated by Andreas Kienast almost 10 years ago
This is the same issue as in #16292. Sure, we could ship the CMS with predefined mappings, but that would not solve the real issue which occurs again when you install a 3rd party extension (e.g. realurl).
Updated by Andreas Kienast over 9 years ago
- Status changed from Needs Feedback to Closed
Will be solved with #64568.
Actions