chai icon indicating copy to clipboard operation
chai copied to clipboard

Add support for descending indexes

Open asdine opened this issue 2 years ago • 0 comments

CREATE INDEX on foo(a, b DESC, c ASC);

Notes:

  • This will have an impact on the Compare function. It might need to be aware of the index information in order to order things correctly.

asdine avatar Jul 02 '22 14:07 asdine