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)
Updated by Alexander Opitz almost 11 years ago
- Category changed from Install Tool to 999
- Status changed from New to Needs Feedback
- Target version deleted (
0) - PHP Version deleted (
4) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Actions