Added lower() and upper() functions based on trim function
Thanks for adding these functions. However, I think your commit is based on a rather old version of sqlpp11?
I think I created the fork from the main branch, so if the main is old, than yes...
I suspect you created the fork off the master branch which was replaced by the main branch quite a while ago. A lot of repositories have made this transition.
In any case, the serializer_t template was replaced by a serialize function quite a while ago. No worries, it is a very simple change.
Ok. I have changed it.
Great, thanks!
Added one small comment. Otherwise, I think this looks ready.
Superseded by 3fba3e7