Changeset: 611c0954b0e6 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=611c0954b0e6
Modified Files:
        src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
Branch: default
Log Message:

Add a reference to the request logged in bugzilla to implement 
Statement.cancel() method


diffs (11 lines):

diff --git a/src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java 
b/src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
--- a/src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
+++ b/src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
@@ -308,6 +308,7 @@ public class MonetStatement
        @Override
        public void cancel() throws SQLException {
                throw new SQLFeatureNotSupportedException("Query cancelling is 
currently not supported by the driver.", "0A000");
+               // a request to implement this is already logged, see: 
https://www.monetdb.org/bugzilla/show_bug.cgi?id=6222
        }
 
        /**
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to