Sort direction case sensitive in 3.5

Hi, it just took me a while to figure out that the sort order used in a sort string now has to be lower case to work (‘desc’ instead of ‘DESC’). Can this be changed to a more relaxed checking?

We checked the code and it always required lowercase since Servoy 1.1, it will accept upper case as well in Servoy 4.0

Then I never noticed and chose by chance the right case.