Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.1-incubating
-
None
Description
the entity StepExecutionEntity has fields like 'commit', 'rollback', 'write' and 'filter' which are reserved words in some databases.
Even if OpenJPA detects this in the respective DBDictionary and renames the fields in the DB we should just not use reserved words. The main reason is that this renaming is highly vendor specific and another JPA provider would probably use different column names