orm: wrap and/or expr into braces
This commit is contained in:
@@ -974,7 +974,7 @@ abstract class BaseQueryComposer implements QueryComposer
|
||||
}
|
||||
|
||||
if (in_array($function, ['OR', 'AND'])) {
|
||||
return implode(' ' . $function . ' ', $argumentPartList);
|
||||
return '(' . implode(' ' . $function . ' ', $argumentPartList) . ')';
|
||||
}
|
||||
|
||||
if (!$isBuiltIn && $this->functionConverterFactory) {
|
||||
|
||||
Reference in New Issue
Block a user