trivia: add string conversion to upper case
In some cases we need to convert a string to upper case (e.g., when normalizing a lower-case field name for SQL): add helper functions that do this in-place or by creating a copy of the original string. Needed for #8098 NO_DOC=internal NO_CHANGELOG=internal
Please register or sign in to comment