Typo in JDBC 4.2 specification document
Lukas Eder
lukas.eder at gmail.com
Fri Oct 26 12:17:29 UTC 2018
Hello,
The JDBC 4.2 specification document as referenced here [1] refers to
non-existing types in chapter 3.1 on page 12 of the document (page 27 of
the PDF):
Added support to map java.time.LocalOffsetTime to JDBC TIME_WITH_TIMEZONE.
Added support to map java.time.LocalOffsetDateTime to JDBC
TIMESTAMP_WITH_TIMEZONE.
The types should be java.time.OffsetTime and java.time.OffsetDateTime.
I'm not sure if the spec for 4.2 is frozen even for typos, but I think this
would still be a useful fix. The spec for 4.3 obviously doesn't have this
issue, because it's in chapter 3.1 of what's new in version 4.2
Thanks,
Lukas
[1] http://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/index.html
More information about the jdbc-spec-discuss
mailing list