This is an SVN patch request.<br><br>Type: Bugfix<br><br>Bugtracker references:<br><a href="http://bugs.typo3.org/view.php?id=14175">http://bugs.typo3.org/view.php?id=14175</a><br><br>Branches:<br>TYPO3_4-2 &amp; trunk<br>
<br>Problem:<br>When i show sys_log with backend module and &quot;action: error&quot; is selected,
 there is shown no output or an error message (ORA00920). <br>
I use TYPO3 with Oracle11g (with DBAL).        <br><br>Solution:<br>Missing comperator in where clause of sql-statement which generated the list causes the error. <br>Add comperator and comperating value to the part of the where clause. DBAL himself couldn&#39;t know what value may be the right, so this can&#39;t be generated automatically.<br>
<br>Notes:<br>Such issues are very seldom in TYPO3 core - thanks for the very good work. <br>