Feature #56343
Allow mapping of key names
Status: | Closed | Start date: | 2014-02-26 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | DBAL | Spent time: | - | |
Target version: | - | |||
PHP Version: | Sprint Focus: | |||
Complexity: |
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
Related issues
History
#1 Updated by Mathias Schreiber 6 months ago
- Status changed from New to Closed
we take the solution from #56258 ;-)