that oracle returns field names in upper case. That causes problems
if you use constructs like
        user.name
when only user.NAME exists.

What is the general strategy in TT to deal with such case sensitivity?
Blindly allowing case mix does not seem to be a good idea.

Thanks

Richard


Reply via email to