comparison release.txt @ 482:73cfc519ec1e

Updated ChangeLog, Archive and release.txt in preparation of new release.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 10 Jun 2021 22:23:13 +0200 (2021-06-10)
parents 0e30bc245838
children a80b5db244b8
comparison
equal deleted inserted replaced
481:076abe23e8a3 482:73cfc519ec1e
60 jdbc:monetdb://localhost:41000/mydb?user=monetdb&password=onlyiknow&so_timeout=20000 60 jdbc:monetdb://localhost:41000/mydb?user=monetdb&password=onlyiknow&so_timeout=20000
61 61
62 See also: https://www.monetdb.org/Documentation/SQLreference/Programming/JDBC 62 See also: https://www.monetdb.org/Documentation/SQLreference/Programming/JDBC
63 63
64 64
65 The MonetDB JDBC driver class name is: org.monetdb.jdbc.MonetDriver
66 This has been changed as of release 3.0 (monetdb-jdbc-3.0.jre8.jar).
67 The old driver class (nl.cwi.monetdb.jdbc.MonetDriver) has been deprecated.
68 It is still included in the jar file to ease the transition for existing deployments.
69 However it will be removed in a future release of the MonetDB JDBC driver.
70 Please use the new driver class name asap in your configuration files or Java code.
71
72
65 JDBC COMPLIANCE 73 JDBC COMPLIANCE
66 The MonetDB JDBC driver is a type 4 driver (100% pure Java) and 74 The MonetDB JDBC driver is a type 4 driver (100% pure Java) and
67 complies to JDBC 4.2 definition, see 75 complies to JDBC 4.2 definition, see
68 http://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/index.html 76 http://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/index.html
69 and 77 and