Hi again,
Glorp (at least in the Version shipped with VA Smalltalk) is agnostic of the fact that MS Access doesn't know the SQL functions UPPER and LOWER. It uses UCase and LCase instead.
I was hoping it is easy to fix by adding this to AccessPlatform, since the Platforms are the classes to encapsulate differences between DB systems.
But unfortunately, UPPER and LOWER are instances of FunctionExpression and defined independent of platforms. So I see no easy way to fix this by not tackling something onto GLORP.
So two questions:
* Do newer versions of GLORP handle such platform differences better?
* Am I missing some easy way to add another definition of UPPER and LOWER for Access without breaking GLORP for other platforms?
Joachim