Changeset: 1a0f5f84eddf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1a0f5f84eddf
Modified Files:
        java/ChangeLog.Jun2016
Branch: Jun2016
Log Message:

Added ChangeLog for ResultSet.setFetchSize()


diffs (17 lines):

diff --git a/java/ChangeLog.Jun2016 b/java/ChangeLog.Jun2016
--- a/java/ChangeLog.Jun2016
+++ b/java/ChangeLog.Jun2016
@@ -1,6 +1,13 @@
 # ChangeLog file for java
 # This file is updated with Maddlog
 
+* Sun May  8 2016 Jennie Zhang <y.zh...@cwi.nl>
+- ResultSet.setFetchSize(): added a dumy implementation to get rid
+  of the SQLFeatureNotSupportedException. In MonetDB, it does not
+  make sense to set the fetch size of a result set. If one really
+  wants to set the fetch size, one should use Statement.setFetchSize()
+  instead.
+
 * Thu Apr 21 2016 Martin van Dinther <martin.van.dint...@monetdbsolutions.com>
 - Fixed resource leak in ResultSetMetaData. It created and cached a ResultSet
   object for each column but never closed the ResultSet objects.
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to