diff SQLSTATEs @ 393:a5d9c4408074

Update refs for Java 8 and JDBC 4.2
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 19 Nov 2020 21:49:39 +0100 (2020-11-19)
parents d4baf8a4b43a
children a7c7fc58d622
line wrap: on
line diff
--- 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