I agree with the change of the condition from &quot;error = 1&quot; to &quot;error != 0&quot;. <br>I was too lazy to think, sorry for that.<br><br>I&#39;ve tested your correction: Patch works.<br><br><br><div class="gmail_quote">
2010/5/14 Xavier Perseguers <span dir="ltr">&lt;<a href="mailto:typo3@perseguers.ch">typo3@perseguers.ch</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
Thanks for your patch.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Type: Bugfix<br>
Bugtracker references:<br>
<a href="http://bugs.typo3.org/view.php?id=14175" target="_blank">http://bugs.typo3.org/view.php?id=14175</a><br>
<br>
Branches:<br>
TYPO3_4-2 &amp; trunk<br>
</blockquote>
<br></div>
4-2 (possibly), 4-3 and trunk.<br></blockquote><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
DBAL is actively maintained (again) since 4-3. However the change is quite obvious and may find its way to 4-2.</blockquote><div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Solution:<br>
Missing comperator in where clause of sql-statement which generated the<br>
list causes the error.<br>
Add comperator and comperating value to the part of the where clause.<br>
DBAL himself couldn&#39;t know what value may be the right, so this can&#39;t be<br>
generated automatically.<br>
</blockquote>
<br></div>
I&#39;d go for Björn&#39;s version, using &quot;!= 0&quot; instead of &quot;= 1&quot; to be on the safe side even if your version should be OK.<br>
<br>
Just for the sake of completeness, could you please report here if works too with &quot;!= 0&quot; ?<br><font color="#888888">
<br>
-- <br>
Xavier Perseguers<br>
<a href="http://xavier.perseguers.ch/en" target="_blank">http://xavier.perseguers.ch/en</a></font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Before posting to this list, please have a look to the posting rules<br>
on the following websites:<br>
<br>
<a href="http://typo3.org/teams/core/core-mailinglist-rules/" target="_blank">http://typo3.org/teams/core/core-mailinglist-rules/</a><br>
<a href="http://typo3.org/development/bug-fixing/diff-and-patch/" target="_blank">http://typo3.org/development/bug-fixing/diff-and-patch/</a><br>
_______________________________________________<br>
TYPO3-team-core mailing list<br>
<a href="mailto:TYPO3-team-core@lists.typo3.org" target="_blank">TYPO3-team-core@lists.typo3.org</a><br>
<a href="http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core" target="_blank">http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core</a><br>
<br>
</div></div></blockquote></div><br>