Skip to content

Commit 802e273

Browse files
committed
WIP
1 parent 11301f2 commit 802e273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bif_predicates.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5646,7 +5646,7 @@ static bool bif_between_3(query *q)
56465646
return throw_error(q, p1, p1_ctx, "domain_error", "small_integer_range");
56475647

56485648
if (is_bigint(p2))
5649-
return throw_error(q, p2, p1_ctx, "domain_error", "small_integer_range");
5649+
return throw_error(q, p2, p2_ctx, "domain_error", "small_integer_range");
56505650

56515651
if (is_bigint(p3))
56525652
return throw_error(q, p3, p3_ctx, "domain_error", "small_integer_range");

0 commit comments

Comments
 (0)