Project

General

Profile

Actions

Feature #56258

closed

Automatic table/field mapping with Oracle

Added by Andreas Fernandez about 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-01-28
Due date:
% Done:

100%

Estimated time:
(Total: 0.00 h)
PHP Version:
Tags:
Complexity:
Sprint Focus:

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

Task #64568: Implement automatic table mappingClosed2015-01-28

Actions

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #56343: Allow mapping of key namesClosed2014-02-26

Actions
Actions #1

Updated by Mathias Schreiber about 9 years ago

  • Target version set to 7.3 (Packages)
Actions #2

Updated by Benni Mack almost 9 years ago

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

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #4

Updated by Morton Jonuschat over 8 years ago

  • Status changed from New to Needs Feedback

Andreas, is this task complete or do you plan to do more work on this feature?

Actions #5

Updated by Andreas Kienast over 8 years ago

Seems this ticket is a dup of another ticket that is resolved already, as the patch was merged a few weeks ago.

Actions #6

Updated by Alexander Opitz over 8 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (7.5)

Ok, thanks for feedback. Closing issue for now.

Actions

Also available in: Atom PDF