martinjw/dbschemareader

CompareSchema ignores the column order for indices

Arnagos opened this issue · 1 comments

Comparing an index with column order First, Second with an index with column order Second, First returns that they are the same. Index order does matter and should not be normalized based on the Ordinal.

Perfect! Thank you for your hard work! Could you make a release on NuGet?