[
https://issues.apache.org/jira/browse/OPENJPA-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enrico Olivelli updated OPENJPA-2818:
-------------------------------------
Description:
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
was:
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
* a bug in all FieldStategies, for which we are creating a DBIdentifier that
container a nameInternal wrapped by delimiters
I did not find any case of delimitIdentifiers = true in the OpenJPA repository,
probably that feature has been not used for quite some time ?
> 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)