Feature #56343

Allow mapping of key names

Added by Andreas Fernandez over 1 year ago. Updated 6 months ago.

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

Obviously, the identifier exceeds the character limit. It would be nice to allow mapping the keys, otherwise I'm forced to
  • shrink the table name to 7 characters
  • patch the keys names in sysext/core/ext_tables.sql

Related issues

related to Core - Feature #56258: Automatic table/field mapping with Oracle New 2015-01-28

History

#1 Updated by Mathias Schreiber 6 months ago

  • Status changed from New to Closed

we take the solution from #56258 ;-)

Also available in: Atom PDF