Actions
Feature #56343
closedAllow mapping of key names
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2014-02-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Hello TYPO3 team,
DBAL allows to map tables and fields to aliases. Oracle has a limit of 30 characters in identifiers.
The identifier in this case is table + key, for example:
Table: sys_category_record_mm
Key: uid_foreign_tablenames
Identifier: sys_category_record_mm_uid_foreign_tablenames
- shrink the table name to 7 characters
- patch the keys names in sysext/core/ext_tables.sql
Actions