[TYPO3-dam-devel] RFC: Bugfix 7443: db field tx_dam_mm_ref.ident to short

Michiel Roos michiel at netcreators.com
Mon Feb 11 18:48:10 CET 2008


+1

Met vriendelijke groet,

Michiel Roos

Netcreators BV :: creation and innovation
www.netcreators.com

Interesse in werken bij Netcreators?
http://www.netcreators.com/bedrijf/vacatures/

On Feb 7, 2008, at 7:59 PM, Peter Kühn wrote:

> This is a svn patch request for
> 0007443: db field tx_dam_mm_ref.ident to short
>
> Type: bugfix
>
> Problem:
> ident holds the fieldname from the foreign table. if it comes from  
> an extension with an extension key of say 15 chars and the fieldname  
> itself is like 15 chars the column name of the tablefield will be  
> tx_extkey15chars_fieldname15chars. varchar(30) will be to short.
>
> Cause:
> setting in ext_tables.sql
>
> Bugtracker reference: http://bugs.typo3.org/view.php?id=7443
>
> Index: ext_tables.sql
> ===================================================================
> --- ext_tables.sql	(revision 8208)
> +++ ext_tables.sql	(working copy)
> @@ -311,7 +311,7 @@
>   uid_local int(11) DEFAULT '0' NOT NULL,
>   uid_foreign int(11) DEFAULT '0' NOT NULL,
>   tablenames varchar(30) DEFAULT '' NOT NULL,
> -  ident varchar(30) DEFAULT '' NOT NULL,
> +  ident varchar(50) DEFAULT '' NOT NULL,
>   sorting int(11) unsigned DEFAULT '0' NOT NULL,
>   sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL,
>   KEY uid_local (uid_local),
> _______________________________________________
> TYPO3-team-dam mailing list
> TYPO3-team-dam at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-dam



More information about the TYPO3-team-dam mailing list