You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2008/02/15 18:24:08 UTC

[jira] Updated: (DERBY-3328) Extend client JDBC object factory with methods to create objects required for statement pooling

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

Kristian Waagan updated DERBY-3328:
-----------------------------------

    Attachment: derby-3328-1a-extend_jdbc_objectfactories.stat
                derby-3328-1a-extend_jdbc_objectfactories.diff

'derby-3328-1a-extend_jdbc_objectfactories.diff' extends the object factories to create instances of the new classes added as part of DERBY-3326. Instances are created through the factory to support both pre-JDBC 4 and JDBC 4 environments.
The patch does not enable any new code/feature.

Patch ready for review.

> Extend client JDBC object factory with methods to create objects required for statement pooling
> -----------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3328
>                 URL: https://issues.apache.org/jira/browse/DERBY-3328
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Network Client
>    Affects Versions: 10.4.0.0
>            Reporter: Kristian Waagan
>            Assignee: Kristian Waagan
>            Priority: Minor
>             Fix For: 10.4.0.0
>
>         Attachments: derby-3328-1a-extend_jdbc_objectfactories.diff, derby-3328-1a-extend_jdbc_objectfactories.stat
>
>
> Since statement pooling introduces new types of objects, the factories must be extended to handle these new types.
> This step is primarily required because we support multiple versions of the JDBC standard, which in turn implies running with different interfaces and JVM versions with differing features.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.