Skip to content

use enum types for column in database requests

Matthieu Gallien requested to merge work/mgallien/useEnumForDbColumns into master

should document the numerical values used to get the correct value from records returned by the SQL requests

will allow much easier modifications of the list of columns in the requests (adding or removing columns will just needs an update to the enum type)

Merge request reports