You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2014/04/01 10:39:14 UTC

[jira] [Created] (BATCHEE-25) entity StepExecutionEntity use reserved names as attributes

Mark Struberg created BATCHEE-25:
------------------------------------

             Summary: entity StepExecutionEntity use reserved names as attributes
                 Key: BATCHEE-25
                 URL: https://issues.apache.org/jira/browse/BATCHEE-25
             Project: BatchEE
          Issue Type: Bug
          Components: jbatch-core
    Affects Versions: 0.1-incubating
            Reporter: Mark Struberg
            Assignee: Mark Struberg


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



--
This message was sent by Atlassian JIRA
(v6.2#6252)