Expand description
SQLite dialect-forked queries for RFC-024 ff_claim_grant table.
Landed by PR-E of the RFC-024 series (SQLite lease-reclaim wiring).
The SQL strings are module-level consts so reclaim.rs call
sites reference them by name and cross-dialect review lines them
up against the PG reference.
§Transaction contract
All callers wrap these statements in a BEGIN IMMEDIATE txn per
RFC-023 §4.3 — SQLite’s RESERVED lock covers the full read-modify-
write window, so no explicit FOR UPDATE equivalent is needed.