Feature #56258

Automatic table/field mapping with Oracle

Added by Andreas Fernandez over 1 year ago. Updated about 1 month ago.

Status:New Start date:2015-01-28
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:DBAL Spent time: -
Target version:7.4 (Backend)
PHP Version: Sprint Focus:
Complexity:

Description

Hello TYPO3 team,

Oracle DB has a 30 character limit on table names, fields, indices etc. In LocalConfiguration.php I'm able to add mappings to workaround this problem. But even on core tables and fields I'm forced to create mappings, which is imho not feasible.

There should be an automatic mapping on tables and fields, if:
  • length > 30 chars
  • not already configured in LocalConfiguration.php

A possible pattern for a mapping could be:
Split by underscore and use the first three characters of each part. For example, the table "extensionmanager_domain_model_extension" would be mapped as "ext_dom_mod_ext".


Subtasks

Task #64568: Implement automatic table mappingUnder Review


Related issues

related to Core - Feature #56343: Allow mapping of key names Closed 2014-02-26

History

#1 Updated by Mathias Schreiber 6 months ago

  • Target version set to 7.3 (Packages)

#2 Updated by Benjamin Mack about 1 month ago

  • Target version changed from 7.3 (Packages) to 7.4 (Backend)

Also available in: Atom PDF