[TYPO3-core] RFC #14175: Bug: patch for SQL-related error in backend module belog
Björn Pedersen
pedersen at frm2.tum.de
Tue May 11 16:13:23 CEST 2010
Am 11.05.2010 15:36, schrieb Philipp Thiele:
> 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.
From reading:
Shouldn't the condition be: error != 0, otherwise it is a semantic change.
Björn
More information about the TYPO3-team-core
mailing list