You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add repo of asc/desc index bug
* Fix bug with asc/desc indexes by tracking compare options in each index
* Fix and add unit tests for ordering options
* Modify BTreeIndex.take to properly handle null values
* Fix unit test
* Changeset
---------
Co-authored-by: Kevin De Porre <kevin@electric-sql.com>
Fix bug where optimized queries would use the wrong index because the index is on the right column but was built using different comparison options (e.g. different direction, string sort, or null ordering).
0 commit comments