jaypipes / procession

Main Procession server
Apache License 2.0
2 stars 0 forks source link

refactor sqlutil.NormalizeSortField and fix broken bootstrap command #112

Closed jaypipes closed 7 years ago

jaypipes commented 7 years ago

Fixes Issue #111 by updating the bootstrap command to understand the errors.NOT_FOUND now returned by the user get operation.

Partially addresses Issue #109 by refactoring the sqlutil.NormalizeSortFields() function to accept a list of SortFieldInfo structs that describe sort field uniqueness and aliases.