mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 11:14:20 +01:00
We never hit bugs due to these because of 1. not having multi column indexes in our TCL test databases, 2. otherwise not really having Rust tests involving indexes, and 3. `IdxLt` and `IdxLe` not actually being used anywhere yet Also as @PThorpe92 pointed out there are some nuances to the comparison logic we may need to eventually implement regarding comparisons with uneven number of keys: https://github.com/sqlite/sqlite/blob/master/src/vdbeaux.c#L4719 Reviewed-by: Preston Thorpe (@PThorpe92) Closes #1215