Actions
Bug #26077
closedFallback to DELETE if TRUNCATE not allowed
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2011-04-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
We have an installation within a very restrictive security environment where the db-guys disabled truncate rights on the db. Now the clear-cache commands don't work. I suggest a fallback when TRUNCATE is not allowed and switch to DELETE...
Related Issue: http://forge.typo3.org/issues/17189
Actions