Task #29213

Make table name correspond to full model class name

Added by Karsten Dambekalns almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-08-24
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Persistence
Target version:TYPO3 Flow Base Distribution - 1.0 beta 1
Sprint: Has patch:
PHP Version: Complexity:

Description

To avoid name clashes the generated table names should be based on the FQCN of a model.

Associated revisions

Revision 8cf483ae
Added by Karsten Dambekalns almost 4 years ago

[!!!][TASK] Make table name correspond to full model class name

Table names are now based on the fully qualified class name.

Beware of long names on systems other than MySQL, currently we limit to
64 characters (the MySQL limit). When updating, you need to rename
tables of your own models, see the included migration for inspiration.

Change-Id: I1fbc1b7d8c647b2b518eaea0e543a6fac88b60e2
Resolves: #29213

History

#1 Updated by Karsten Dambekalns almost 4 years ago

Note: max 64 characters for names in MySQL

#2 Updated by Mr. Hudson almost 4 years ago

  • Status changed from Accepted to Under Review

Patch set 1 of change I1fbc1b7d8c647b2b518eaea0e543a6fac88b60e2 has been pushed to the review server.
It is available at http://review.typo3.org/4591

#3 Updated by Mr. Hudson almost 4 years ago

Patch set 2 of change I1fbc1b7d8c647b2b518eaea0e543a6fac88b60e2 has been pushed to the review server.
It is available at http://review.typo3.org/4591

#4 Updated by Mr. Hudson almost 4 years ago

Patch set 3 of change I1fbc1b7d8c647b2b518eaea0e543a6fac88b60e2 has been pushed to the review server.
It is available at http://review.typo3.org/4591

#5 Updated by Karsten Dambekalns almost 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF