refs #170, this adds != support for boolean
This commit is contained in:
parent
edaf23df2d
commit
a2299b2a25
@ -118,6 +118,7 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition {
|
||||
case '<':
|
||||
case '>':
|
||||
case '=':
|
||||
case '!=':
|
||||
if($enumIndex !== false)
|
||||
$value = $enumIndex;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user