gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
488 stars 40 forks source link

ensure consistent index ordering #83

Closed Etomyutikos closed 6 years ago

Etomyutikos commented 6 years ago

fixes #82

The databases return index data in a consistent order. The previous process did not respect that through its use of a map as an intermediate store. By using slices, we now guarantee that the template will see the indexes in the order the database returned them.