[TYPO3-core] FYI #13504: Cannot parse TRUNCATE TABLE in install tool

Xavier Perseguers typo3 at perseguers.ch
Thu Feb 11 11:35:38 CET 2010


Hi,

Following changes will happen, please review:

- methods with TRUNCATETABLE will be renamed to TRUNCATE
- exec_TRUNCATETABLEquery (=> exec_TRUNCATEquery) and probably 
TRUNCATETABLEquery (=> TRUNCATEquery) will be made protected

- According to discussion for #13508, TRUNCATE may be used only 
internally, typical use with Install Tool, developers should rely on 
DELETE with an empty whereClause (or dumb "1=1") to trigger the internal 
TRUNCATE.

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en


More information about the TYPO3-team-core mailing list