1
0
mirror of synced 2025-01-18 22:41:43 +03:00

refs #170, this adds != support for boolean

This commit is contained in:
pookey 2006-10-15 23:09:33 +00:00
parent edaf23df2d
commit a2299b2a25

View File

@ -118,6 +118,7 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition {
case '<':
case '>':
case '=':
case '!=':
if($enumIndex !== false)
$value = $enumIndex;
default: