comparison release.md @ 927:d311affc65f0

Stop referring to monetdb.org/bugzilla, point straight to github.
author Sjoerd Mullender <sjoerd@acm.org>
date Mon, 07 Oct 2024 13:18:07 +0200 (10 months ago)
parents f31366ece930
children 1295183c400c
comparison
equal deleted inserted replaced
926:0ce63f3686fe 927:d311affc65f0
142 142
143 * java.sql.Statement 143 * java.sql.Statement
144 The following methods/options are NOT useable/supported: 144 The following methods/options are NOT useable/supported:
145 - cancel (query execution cannot be terminated, once started) 145 - cancel (query execution cannot be terminated, once started)
146 see also: https://github.com/MonetDB/monetdb-java/issues/7 146 see also: https://github.com/MonetDB/monetdb-java/issues/7
147 or https://www.monetdb.org/bugzilla/show_bug.cgi?id=6222 147 or https://github.com/MonetDB/MonetDB/issues/6222
148 - execute with column indices or names 148 - execute with column indices or names
149 - executeUpdate with column indices or names 149 - executeUpdate with column indices or names
150 - setMaxFieldSize 150 - setMaxFieldSize
151 - setCursorName 151 - setCursorName
152 The following methods will add an SQLWarning: 152 The following methods will add an SQLWarning: