Actions
Bug #30544
closedChecking existence of cache_pagesection with an update query
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-10-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In t3lib_TStemplate a check is done to see if cache exists in cache_pagesection. This check is done by doing an update query and checking if the number of rows is > 0. Not all databases support this. When using Oracle with OCI8, doing an update on a non existing record will throw a warning.
See this comment: http://www.php.net/manual/en/function.oci-lob-save.php#66982
(please fix the category of this issue if needed, not sure where to file it)
Actions