Project

General

Profile

Actions

Feature #56343

closed

Allow mapping of key names

Added by Andreas Fernandez about 10 years ago. Updated about 9 years ago.

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

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 1 (0 open1 closed)

Related to TYPO3 Core - Feature #56258: Automatic table/field mapping with OracleClosed2015-01-28

Actions
Actions #1

Updated by Mathias Schreiber about 9 years ago

  • Status changed from New to Closed

we take the solution from #56258 ;-)

Actions

Also available in: Atom PDF