diff release.txt @ 738:19fba8e8ee17

Update JDBC documentation text.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 23 Feb 2023 15:03:49 +0100 (2023-02-23)
parents 7cec464246f2
children e1e9e0535e38
line wrap: on
line diff
--- a/release.txt
+++ b/release.txt
@@ -30,8 +30,8 @@ Supported connection properties are:
 	treat_blob_as_binary=false         default is: true
 	language=<sql or mal>              default is: sql
 	fetchsize=<nr of rows>             default is: 250; -1 means fetch everything at once
+	autocommit=false                   default is: true
 	debug=true                         default is: false
-	autocommit=false                   default is: true
 	logfile=<name of logfile>
 	hash=<SHA512, SHA384, SHA256 or SHA1>
 
@@ -67,7 +67,8 @@ The MonetDB JDBC driver class name is: o
 This has been changed as of release 3.0 (monetdb-jdbc-3.0.jre8.jar).
 The old driver class (nl.cwi.monetdb.jdbc.MonetDriver) has been deprecated.
 It is still included in the jar file to ease the transition for existing deployments.
-However it will be removed in a future release of the MonetDB JDBC driver.
+However it will be removed in a future release (planned for monetdb-jdbc-3.4.jre8.jar)
+ of the MonetDB JDBC driver.
 Please use the new driver class name asap in your configuration files or Java code.
 
 
@@ -216,7 +217,7 @@ The API has been extended with interface
  public static class org.monetdb.jdbc.MonetConnection.Download
  public class org.monetdb.util.FileTransferHandler
   which implements MonetConnection.UploadHandler, MonetConnection.DownloadHandler
-See onclient.txt for more information on how to use these from Java.
+See file  onclient.txt  for more information on how to use these from Java.
 
 The JdbcClient application has also been extended to support COPY ...
 ON CLIENT functionality. However for security reasons you must provide an