timabell / ef-enum-to-lookup

Generates lookup tables from enum references in Microsoft Entity Framework 6.1
https://www.nuget.org/packages/ef-enum-to-lookup
69 stars 29 forks source link

ordering within sql output is unstable #29

Closed timabell closed 9 years ago

timabell commented 9 years ago

has a tendancy to re-order the sql blocks as the model changes

sort alphabetically to make it stable and avoid diff-noise.