Skip to content

Commit 4698fa0

Browse files
committed
fix: make default precision equal to 0
1 parent 122a89e commit 4698fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processor/Expression/FunctionEvaluator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@ private static function sqlLeast(
16471647

16481648
$is_any_float = false;
16491649
$is_any_string = false;
1650-
$precision = 1;
1650+
$precision = 0;
16511651
$evaluated_args = [];
16521652

16531653
foreach ($args as $arg) {

0 commit comments

Comments
 (0)