[ https://issues.apache.org/jira/browse/OPENJPA-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17163885#comment-17163885 ]
ASF subversion and git services commented on OPENJPA-2818: ---------------------------------------------------------- Commit e3bb1f16575c53f35969968b259a20d16056747c in openjpa's branch refs/heads/OPENJPA-2817_PCClassFileTransformer-exclusions from Enrico Olivelli [ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=e3bb1f1 ] OPENJPA-2818 DBDictionary > delimitIdentifiers = true does not work (#69) > DBDictionary > delimitIdentifiers = true does not work > ------------------------------------------------------ > > Key: OPENJPA-2818 > URL: https://issues.apache.org/jira/browse/OPENJPA-2818 > Project: OpenJPA > Issue Type: Bug > Components: jdbc > Affects Versions: 3.1.1 > Reporter: Enrico Olivelli > Priority: Critical > > While working at HerdDBDictionary I figured out that integration tests do not > work because of two problems: > * a bug in SelectImpl#getColumnAlias, in which we are not applying > delimiters to the column name > * SchemaTool does not recognize that a column is already present on a table, > in case of delimitedCase = SCHEMA_CASE_LOWER and schemaCase = > SCHEMA_CASE_LOWER > > > -- This message was sent by Atlassian Jira (v8.3.4#803005)