[TYPO3-core] RFC #9505: Make the caches in TYPO3 use the new caching framework

Oliver Hader oliver at typo3.org
Thu Nov 6 17:56:15 CET 2008


Hi everybody,

I just want to pick this up again. The problem is, that the field "id"
cannot be added to the tables cache_hash and cache_pagesection and used
as primary key. The changes in the SQL definition can be seen here:

http://forge.typo3.org/repositories/diff/typo3v4-core/trunk/t3lib/stddb/tables.sql?rev=4336
http://forge.typo3.org/repositories/diff/typo3v4-core/trunk/typo3/sysext/cms/ext_tables.sql?rev=4336

Now we have some alternatives:
1) Using new tables names - any suggestions for the names? (think about
"alt_main_new" before ;) )
2) Writing an update wizard that just drops the table and executes the
database analyzer once more
3) Extending the installer to handler the key/autoincrement issues
correctly in a generic way

I would like to see this fixed in the first alpha of TYPO3 4.3...

olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager


More information about the TYPO3-team-core mailing list