ORM: Subqueries IN and NOT
This commit is contained in:
@@ -985,6 +985,7 @@ class Base
|
||||
switch ($item['type']) {
|
||||
case 'or':
|
||||
case 'and':
|
||||
case 'not':
|
||||
if (is_array($item['value'])) {
|
||||
$arr = array();
|
||||
foreach ($item['value'] as $i) {
|
||||
|
||||
Reference in New Issue
Block a user