changeset 291:611c0954b0e6

Add a reference to the request logged in bugzilla to implement Statement.cancel() method
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 31 Jul 2019 17:17:02 +0200 (2019-07-31)
parents d477b3103a8b
children b127164342c4
files src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 	}
 
 	/**