Let me show you the problem on following scenarios:
I have entity with column name VERSION#
with hash like suffix and I would like to make some testing with this entity under h2 database.
The column is from official Oracle dictionary table USER_TYPE_VERSIONS
so that this cannot be modified.
However the h2 doesn't support such column names and hence it fails during test running.
Is it possible to manage it somehow? Such as replacing column name under h2 profile to VERSION
or any other workaround?