[ 
https://issues.apache.org/jira/browse/OPENJPA-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Dick updated OPENJPA-1975:
----------------------------------

    Description: 
Currently the DB2 issues SQL to obtain the default schema name in 
DB2Dictionary.connectedConfiguration(). The value is only used by the 
SchemaTool, and the extra SQL has an impact in some environments.

The SQL can be delayed until the default schema name is needed, reducing some 
load on the DB. 
        Summary: Only obtain default schema name when needed (DB2)  (was: Only 
obtain default schema name when needed.)

> Only obtain default schema name when needed (DB2)
> -------------------------------------------------
>
>                 Key: OPENJPA-1975
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1975
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 2.0.1, 2.1.0
>            Reporter: Michael Dick
>            Assignee: Michael Dick
>             Fix For: 2.2.0
>
>
> Currently the DB2 issues SQL to obtain the default schema name in 
> DB2Dictionary.connectedConfiguration(). The value is only used by the 
> SchemaTool, and the extra SQL has an impact in some environments.
> The SQL can be delayed until the default schema name is needed, reducing some 
> load on the DB. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to