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

Michiel Roos michiel at netcreators.com
Mon May 5 21:32:37 CEST 2008


Hi all,

What about http://bugs.typo3.org/view.php?id=8223 ?

On May 4, 2008, at 9:37 PM, Benjamin Mack wrote:

> Hey Ingo and Michiel,
>
> thanks for pointing that out. I also noticed some trouble in the  
> core after we updated from TEXT to BLOB in 4.2 [1].
>
> Attached is the patch with the right DB field, waiting for your  
> comments :)
>
> greetings,
> benni.
> -SDG-
>
> [1] http://bugs.typo3.org/view.php?id=8227
>
>
>
> Ingo Renner wrote:
>> Benjamin Mack wrote:
>> Hi Benni,
>>> Question (since we had this in the core as well): Should we use  
>>> TEXT or BLOB because of the charset issues? I don't care really,  
>>> as the values will be DB fields and (hopefully) will not contain  
>>> any strange values that are messed up if somebody changed the DB  
>>> charset &| collation.
>> BLOB only makes sense for things like serialized arrays and such,  
>> everything else should be fine with TEXT, especially when things  
>> like charsets come into play...
>> Ingo
> Index: ext_tables.sql
> ===================================================================
> --- ext_tables.sql	(revision 9058)
> +++ 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 TEXT 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),
> _______________________________________________
> Before posting to this list, please have a look to the posting rules
> on the following websites:
>
> http://typo3.org/teams/core/core-mailinglist-rules/
> http://typo3.org/development/bug-fixing/diff-and-patch/
> _______________________________________________
> TYPO3-team-dam mailing list
> TYPO3-team-dam at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-dam


Met vriendelijke groet,

Michiel Roos

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.netfielders.de/pipermail/typo3-team-dam/attachments/20080505/da49c64a/attachment.htm 


More information about the TYPO3-team-dam mailing list