Actions
Bug #16293
closedinstaller lists indices under "add fields"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-06-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When using DBAL (with Oracle XE) I ended up with
ALTER TABLE pages_language_overlay ADD KEY t3ver_oid (t3ver_oid,t3ver_wsid);
In the "add fields" section. This is odd.
The reason for the above message is that installer/DBAL tries to create the index pages_language_overlay_t3ver_oid which is too long (>30 chars).
(issue imported from #M3752)
Actions