Hi, You may notice that JDO is having a bit of a hard time trying to get our test for canceling a query to work. Our specification calls for throwing an exception if the JDBC driver does not support it. Our reference implementation is DataNucleus.
I'd like to verify that since you do not support Statement.cancel() that you throw an exception when you receive it. Hopefully, it's SQLFeatureNotSupportedException but for some reason we are not seeing it when we run DataNucleus and look for exceptions in the log. I also tried to find the Derby implementation of cancel but could not (I got lost in the github repo). Could you give us a pointer to the code in the repo? Many thanks, Craig Craig L Russell [email protected]
