Fix - not - not in - Operator Crash in Device Group (#11250)

This commit is contained in:
SourceDoctor
2020-03-07 16:29:46 +01:00
committed by GitHub
parent c6f06ceb92
commit fa753c2c57

View File

@@ -61,6 +61,8 @@ class QueryBuilderParser implements \JsonSerializable
'is_not_null' => "IS NOT NULL",
'regex' => 'REGEXP',
'not_regex' => 'NOT REGEXP',
'in' => 'IN',
'not_in' => 'NOT IN',
];
protected static $values = [