Mercurial > hg > monetdb-java
diff SQLSTATEs @ 769:b6d113ee35ae
Fixed javac version 20 compiler warnings.
The java.net.URL(String) constructor is deprecated since version 20.
It needs to be replaced by: java.net.URI(String).toURL() and some extra Exception catching.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 06 Jul 2023 18:28:10 +0200 (21 months ago) |
parents | a7c7fc58d622 |
children | 4c35009cd59c |
line wrap: on
line diff
--- a/SQLSTATEs +++ b/SQLSTATEs @@ -24,9 +24,9 @@ 0AM34 Java generics not supported 22M28 invalid BLOB format 22M29 invalid inet format -22M30 invalid url format -22M31 invalid uuid format -22M32 invalid json format +22M30 invalid URL format +22M31 invalid UUID format +22M32 invalid JSON format 2BM37 dependent objects still exist 2DM30 autocommit mode active