Skip to content

utils: Add an enum_to_string util function

In order to avoid sprinkling 2+ lines std::to_string invocations each time we need to convert an enum value to a string in a SQL request

Edited by Hugo Beauzée-Luyssen

Merge request reports