Actions
Bug #32626
closednot equal statement only works with != not with <>
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2011-12-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions