AaronRobinsonMSFT / DNMD

Reimplementation of ECMA-335 metadata APIs
MIT License
16 stars 3 forks source link

Explicitly validate that the user is asking for a sorted column when searching on a sorted table #28

Closed jkoritzinsky closed 1 year ago

jkoritzinsky commented 1 year ago

Extracted from my emit work.

Adds data for the documented key columns for the various tables in the spec and validates that all of the calls to md_find_range_from_cursor are using the primary key column (instead of assuming that binary search will work on any passed-in column).