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 "Knut Anders Hatlen (JIRA)" <de...@db.apache.org> on 2006/03/10 11:24:41 UTC

[jira] Resolved: (DERBY-947) Miscellaneous PreparedStatement methods added by JDBC4

     [ http://issues.apache.org/jira/browse/DERBY-947?page=all ]
     
Knut Anders Hatlen resolved DERBY-947:
--------------------------------------

    Resolution: Fixed

Patch looks good!

I got one failure in derbyall. lang/closed.java produced a diff, but
it seemed totally unrelated to the patch. A line containing

  ERROR 08006: Database 'wombat' shutdown.

was printed earlier than expected. Probably a timing issue. At least,
it wasn't there when I re-ran the test manually.

The jdbc4 suite ran successfully (Sun JVM 1.6.0-beta2-b74).

Committed revision 384753.

> Miscellaneous PreparedStatement methods added by JDBC4
> ------------------------------------------------------
>
>          Key: DERBY-947
>          URL: http://issues.apache.org/jira/browse/DERBY-947
>      Project: Derby
>         Type: New Feature
>   Components: JDBC
>     Reporter: Rick Hillegas
>     Assignee: Francois Orsini
>      Fix For: 10.2.0.0
>  Attachments: DERBY-947-v1.diff, DERBY-947-v1.stat, DERBY-947-v2.diff, DERBY-947-v2.stat
>
> As described in the JDBC 4 spec sections 13.2 and 3.1.
> This involves building support for JDBC4 methods added to PreparedStatement and not addressed by other JIRAs: isPoolable() and setPoolable().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Resolved: (DERBY-947) Miscellaneous PreparedStatement methods added by JDBC4

Posted by Francois Orsini <fr...@gmail.com>.
Thanks for committing this patch Knut! - I have not noticed the error
either when I ran derbyall manually.

On 3/10/06, Knut Anders Hatlen (JIRA) <de...@db.apache.org> wrote:
>      [ http://issues.apache.org/jira/browse/DERBY-947?page=all ]
>
> Knut Anders Hatlen resolved DERBY-947:
> --------------------------------------
>
>     Resolution: Fixed
>
> Patch looks good!
>
> I got one failure in derbyall. lang/closed.java produced a diff, but
> it seemed totally unrelated to the patch. A line containing
>
>   ERROR 08006: Database 'wombat' shutdown.
>
> was printed earlier than expected. Probably a timing issue. At least,
> it wasn't there when I re-ran the test manually.
>
> The jdbc4 suite ran successfully (Sun JVM 1.6.0-beta2-b74).
>
> Committed revision 384753.
>
> > Miscellaneous PreparedStatement methods added by JDBC4
> > ------------------------------------------------------
> >
> >          Key: DERBY-947
> >          URL: http://issues.apache.org/jira/browse/DERBY-947
> >      Project: Derby
> >         Type: New Feature
> >   Components: JDBC
> >     Reporter: Rick Hillegas
> >     Assignee: Francois Orsini
> >      Fix For: 10.2.0.0
> >  Attachments: DERBY-947-v1.diff, DERBY-947-v1.stat, DERBY-947-v2.diff, DERBY-947-v2.stat
> >
> > As described in the JDBC 4 spec sections 13.2 and 3.1.
> > This involves building support for JDBC4 methods added to PreparedStatement and not addressed by other JIRAs: isPoolable() and setPoolable().
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>    http://www.atlassian.com/software/jira
>
>