making a comment a little clearer
This commit is contained in:
parent
8edb3a9bc2
commit
dca3c3b701
@ -102,7 +102,7 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition
|
|||||||
} elseif (substr($trimmed, 0, 4) == 'SQL:') {
|
} elseif (substr($trimmed, 0, 4) == 'SQL:') {
|
||||||
$value = '(' . substr($trimmed, 4) . ')';
|
$value = '(' . substr($trimmed, 4) . ')';
|
||||||
} else {
|
} else {
|
||||||
// simple in expression found
|
// simple IN expression found
|
||||||
$e = $this->_tokenizer->sqlExplode($trimmed, ',');
|
$e = $this->_tokenizer->sqlExplode($trimmed, ',');
|
||||||
|
|
||||||
$value = array();
|
$value = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user