mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix IS NULL / IS NOT NULL conditions being omitted from XML queries
This commit is contained in:
parent
388d55fd85
commit
76c83a5ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class VariableBase
|
|||
{
|
||||
throw new \Rhymix\Framework\Exceptions\QueryError('Variable ' . $this->var . ' for column ' . $this->column . ' is not set');
|
||||
}
|
||||
else
|
||||
elseif (!in_array($this->operation, ['null', 'notnull', 'not_null']))
|
||||
{
|
||||
return [$where, $params];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue