Changeset: a5d9c4408074 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=a5d9c4408074
Modified Files:
        SQLSTATEs
Branch: default
Log Message:

Update refs for Java 8 and JDBC 4.2


diffs (20 lines):

diff --git a/SQLSTATEs b/SQLSTATEs
--- a/SQLSTATEs
+++ b/SQLSTATEs
@@ -53,7 +53,7 @@ M1M20 object closed
 M1M25 failed reading from/writing to object stream
 
 SQLState codes are used in SQLExceptions.
-JDBC 4.1 defines the following SQLException subclass mappings:
+JDBC 4.2 defines the following SQLException subclass mappings:
  NonTransientSQLExceptions (fails when same operation executed again)
    0A SQLFeatureNotSupportedException
    08 SQLNonTransientConnectionException
@@ -66,6 +66,6 @@ JDBC 4.1 defines the following SQLExcept
    40 SQLTransactionRollbackException
    null SQLTimeoutException
 
-See also: http://docs.oracle.com/javase/7/docs/api/java/sql/SQLException.html
+See also: http://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html
 See also: https://en.wikipedia.org/wiki/SQLSTATE
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to