Project

General

Profile

Actions

Bug #30544

closed

Checking existence of cache_pagesection with an update query

Added by Bart Dubelaar about 13 years ago. Updated almost 11 years ago.

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 #1

Updated by Mr. Hudson about 13 years ago

Patch set 1 of change I7e5cf78a30d5a88c49c52acf15188872053a6ba1 has been pushed to the review server.
It is available at http://review.typo3.org/5530

Actions #2

Updated by Gerrit Code Review almost 13 years ago

  • Status changed from New to Under Review

Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/5530

Actions #3

Updated by Alexander Opitz about 11 years ago

  • Status changed from Under Review to Needs Feedback

Can we close this issue?

As the change won't go into TYPO3 CMS 4.5 and as you wrote in the review that there is a change since 4.6 I would close this. Is that ok for you?

Actions #4

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions #5

Updated by Bart Dubelaar almost 11 years ago

Sorry, missed you previous update. A bit too late but yes, the ticket can be closed. Thanks.

Actions

Also available in: Atom PDF