[TYPO3-core] RFC #14175: Bug: patch for SQL-related error in backend module belog

Philipp Thiele philipp.thiele at whitemouse.de
Tue May 11 15:36:15 CEST 2010


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=14175

Branches:
TYPO3_4-2 & trunk

Problem:
When i show sys_log with backend module and "action: error" is selected,
there is shown no output or an error message (ORA00920).
I use TYPO3 with Oracle11g (with DBAL).

Solution:
Missing comperator in where clause of sql-statement which generated the list
causes the error.
Add comperator and comperating value to the part of the where clause. DBAL
himself couldn't know what value may be the right, so this can't be
generated automatically.

Notes:
Such issues are very seldom in TYPO3 core - thanks for the very good work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100511/dd44f18f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 14175.diff
Type: application/octet-stream
Size: 477 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100511/dd44f18f/attachment.obj>


More information about the TYPO3-team-core mailing list