ORM: Subqueries IN and NOT

This commit is contained in:
yuri
2017-04-26 16:32:24 +03:00
parent 2202b00600
commit 5eaeabe231
4 changed files with 118 additions and 4 deletions
@@ -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) {