refs #170, this adds != support for boolean
This commit is contained in:
parent
edaf23df2d
commit
a2299b2a25
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition {
|
||||||
case '<':
|
case '<':
|
||||||
case '>':
|
case '>':
|
||||||
case '=':
|
case '=':
|
||||||
|
case '!=':
|
||||||
if($enumIndex !== false)
|
if($enumIndex !== false)
|
||||||
$value = $enumIndex;
|
$value = $enumIndex;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue