Bug #32626
closednot equal statement only works with != not with <>
100%
Description
according to this bug report
http://bugs.typo3.org/view.php?id=18374#c61447
It looks like the DBAL Parser cannot handle <> in the WHERE clause if I use != it works fine.
if <> is standard SQL I think this should be added to the SQL Parser of DBAL.
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7325
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7325
Updated by Stefan Neufeind almost 13 years ago
this would need to become "under review". (afaik doesn't happen automatically for the dbal-subproject; fix in core though ...)
I expect it would fix the DBAL-issue here, since DBAL extends from the t3lib-sqlparser, but unfortunately currently can't test against DBAL.
Updated by Xavier Perseguers almost 13 years ago
- Status changed from New to Under Review
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7325
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7416
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7417
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-4 has been pushed to the review server.
It is available at http://review.typo3.org/7418
Updated by Xavier Perseguers almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4f53d36d808a8609fe196621fbfa77047a633152.
Updated by Michael Stucki almost 11 years ago
- Project changed from 329 to TYPO3 Core