Skip to content

Commit

Permalink
Merge with zyouell/receipt-rebase and feat/support-non-consecutive-bl…
Browse files Browse the repository at this point in the history
…ocks-in-ryhope
  • Loading branch information
Zyouell committed Feb 10, 2025
2 parents a44384d + 71961da commit 8c2a342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsil/src/bracketer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub fn bracket_primary_index(
"SELECT {KEY} FROM
{table_name}
WHERE {VALID_FROM} <= $1 AND {VALID_UNTIL} >= $1
AND {primary_index}:::NUMERIC < '{min_bound}'::DECIMAL
AND {primary_index} < '{min_bound}'::DECIMAL
ORDER BY {KEY} DESC LIMIT 1"
))
};
Expand Down

0 comments on commit 8c2a342

Please sign in to comment.