[ http://issues.apache.org/jira/browse/DERBY-31?page=history ]

Shreyas Kaushik updated DERBY-31:
---------------------------------

    Attachment: Derby-31.patch

This is the patch for implementing setQueryTimeout() in  EmbedStatement.java . 
I clsoe the activation for the statement when the query times out so that the 
query stops executing. I tested this by inserting data into a table continuosly 
for about 12 hours and then doing a select * on it by setting the time out to 1 
sec. It worked fine by cancelling the statement execution when the timeout 
happened.

> Statement.setQueryTimeout() support.
> ------------------------------------
>
>          Key: DERBY-31
>          URL: http://issues.apache.org/jira/browse/DERBY-31
>      Project: Derby
>         Type: New Feature
>   Components: JDBC
>  Environment: ALL
>     Reporter: Ali Demir
>  Attachments: Derby-31.patch, QueryTimer.java
>
> Calling Statement.setQueryTimeout() throws exception saying that function is 
> not supported. This is an important JDBC feature and is limiting our options 
> to use Derby with our JDBC code. Implementing this JDBC function would make 
> Derby much easier to adopt.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to