Changeset: d414e5c4470c for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/d414e5c4470c
Modified Files:
src/main/java/org/monetdb/jdbc/MonetConnection.java
Branch: default
Log Message:
Correct comment, we never released version 2.30. It was 3.0.
diffs (15 lines):
diff --git a/src/main/java/org/monetdb/jdbc/MonetConnection.java
b/src/main/java/org/monetdb/jdbc/MonetConnection.java
--- a/src/main/java/org/monetdb/jdbc/MonetConnection.java
+++ b/src/main/java/org/monetdb/jdbc/MonetConnection.java
@@ -140,9 +140,9 @@ public class MonetConnection
private final int lang;
/** Whether or not BLOB is mapped to Types.VARBINARY instead of
Types.BLOB within this connection */
- private boolean treatBlobAsVarBinary = true; // turned on by default
for optimal performance (from JDBC Driver release 2.30 onwards)
+ private boolean treatBlobAsVarBinary = true; // turned on by default
for optimal performance (from JDBC Driver release 3.0 onwards)
/** Whether or not CLOB is mapped to Types.VARCHAR instead of
Types.CLOB within this connection */
- private boolean treatClobAsVarChar = true; // turned on by default
for optimal performance (from JDBC Driver release 2.30 onwards)
+ private boolean treatClobAsVarChar = true; // turned on by default
for optimal performance (from JDBC Driver release 3.0 onwards)
/** The last set query timeout on the server as used by Statement,
PreparedStatement and CallableStatement */
protected int lastSetQueryTimeout; // 0 means no timeout, which is
the default on the server
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list