[TYPO3-project-4-3] Deprecating SQL parser in TYPO3 4.3

Martin Kutschker masi-no at spam-typo3.org
Mon Nov 9 11:23:14 CET 2009


Martin Kutschker schrieb:
> Ernesto Baschny [cron IT] schrieb:
>>> The code in the installer does too many checks based on string comparisons. This breaks even with
>>> different version of the Mysql server.
>> How else should the checks compare stuff if not by string comparisons?
> 
> By feature! Don't compare "varchar(11) NOT NULL" but array('type'=>'VARCHAR','notNull'=>true).

BTW, found this just in the EM:

ALTER TABLE table CHANGE tx_myext_data tx_myext_data BLOB;
Current value: blob

Don't know what went wrong, but it shows again that the DB comparison has serious problems.

Masi


More information about the TYPO3-project-4-3 mailing list