[TYPO3-dev] Deleting record several places?
Martin Kutschker
masi-no at spam-typo3.org
Mon Jan 5 13:38:40 CET 2009
Franz Holzinger schrieb:
> Dmitry Dulepov a écrit :
>> Franz Holzinger wrote:
>>> In MySQL 5.x you can create a trigger for deletion.
>>
>> It will not update TYPO3 reference index, which means that internal
>> TYPO3 references will be corrupted.
>
> Is this reference index needed, if you did never refer to a record from
> this table? Isn't there any tool which can repair it?
There are tools to repair it, but I think the point is that that TCEmain
is *the* API for manipulation data. It takes care of permissions,
reference index, versions and workspaces and it has all the hooks. You
can work around it, but you must do it on your own risk.
Masi
More information about the TYPO3-dev
mailing list