Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit ac8f160

Browse files
committed
Fix build more Join criteria with Raw
1 parent d71fb32 commit ac8f160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pixie/QueryBuilder/Adapters/BaseAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ protected function buildCriteria($statements, $bindValues = true)
410410
break;
411411
}
412412
} elseif ($value instanceof Raw) {
413-
$criteria .= "{$statement['joiner']} {$key} {$statement['operator']} $value";
413+
$criteria .= "{$statement['joiner']} {$key} {$statement['operator']} $value ";
414414
} else {
415415
// Usual where like criteria
416416

0 commit comments

Comments
 (0)