[
https://issues.apache.org/jira/browse/DERBY-6445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851769#comment-17851769
]
Richard N. Hillegas commented on DERBY-6445:
--------------------------------------------
Attaching derby-6445-02-aa-patchExplanation.diff. This patch adds Philippe's
explanation to the header comment for SQLTimestamp.
Touches the following files:
{noformat}
M
java/org.apache.derby.engine/org/apache/derby/iapi/types/SQLTimestamp.java
Philippe's explanation.
M java/org.apache.derby.engine/org/apache/derby/iapi/types/SQLDate.java
M java/org.apache.derby.engine/org/apache/derby/iapi/types/SQLTime.java
References to the SQLTimestamp header comment, for people interested in
following the behavior of
java.time.LocalDate and java.time.LocalTime.
{noformat}
> JDBC 4.2: Add support for new date and time classes
> ---------------------------------------------------
>
> Key: DERBY-6445
> URL: https://issues.apache.org/jira/browse/DERBY-6445
> Project: Derby
> Issue Type: Improvement
> Components: JDBC
> Affects Versions: 10.10.1.1
> Reporter: Knut Anders Hatlen
> Priority: Major
> Attachments: DERBY-6445.patch, Derby-6445.html, Derby-6445.html,
> derby-6445-01-aa-DERBY-6445.patchPlusJavadocCleanup.diff,
> derby-6445-01-ab-DERBY-6445.patchPlusPlusTweaks.diff,
> derby-6445-02-aa-patchExplanation.diff, tweaks.diff
>
>
> JDBC 4.2 added type mappings for new date and time classes found in Java 8.
> Derby should support these new mappings.
> This would at least affect Derby's implementation of the various getObject(),
> setObject() and setNull() methods in ResultSet, PreparedStatement and
> CallableStatement.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)