Hello,
i've done a migration from hibernate2 to hibernate3. It seems to be that the migration is working right excepting the hibernate.query.substitution.
I have defined a query substitution:
Code:
hibernate.query.substitution toUpper=UPPER
This key value pair worked fine in hibernate2 but doesn't still work in hibernate3.
An database exception will be thrown that there is no such column. But if i replace the toUpper() with upper() then it works.
The problem is that i use toUpper() in the whole project and i don't want to replace all.
Does anybody know about my problem?
Kind regards
Roman