Mercurial > hg > monetdb-java
comparison 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 (22 months ago) |
parents | a7c7fc58d622 |
children | 4c35009cd59c |
comparison
equal
deleted
inserted
replaced
768:a80c21fe7bb2 | 769:b6d113ee35ae |
---|---|
22 0AM21 cursors not supported | 22 0AM21 cursors not supported |
23 0AM34 Java generics not supported | 23 0AM34 Java generics not supported |
24 | 24 |
25 22M28 invalid BLOB format | 25 22M28 invalid BLOB format |
26 22M29 invalid inet format | 26 22M29 invalid inet format |
27 22M30 invalid url format | 27 22M30 invalid URL format |
28 22M31 invalid uuid format | 28 22M31 invalid UUID format |
29 22M32 invalid json format | 29 22M32 invalid JSON format |
30 | 30 |
31 2BM37 dependent objects still exist | 31 2BM37 dependent objects still exist |
32 2DM30 autocommit mode active | 32 2DM30 autocommit mode active |
33 3BM30 autocommit mode active | 33 3BM30 autocommit mode active |
34 | 34 |