Skip to content

Commit 6aa862e

Browse files
committed
Changed directory structure to psr-4
1 parent ac33e69 commit 6aa862e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder/Select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ private function buildConditions($type, array $conditions, $query) {
347347
foreach($conditions as $condition) {
348348
list($expression, $arguments) = $condition;
349349
$expr = $this->db()->quoteExpression($expression, $arguments);
350-
$arr[] = "\t{$expr}";
350+
$arr[] = "\t({$expr})";
351351
}
352352
$query .= join("\n\tAND\n", $arr);
353353
return $query."\n";

0 commit comments

Comments
 (0)