You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2008/12/23 20:16:44 UTC

[jira] Resolved: (WICKET-1647) SqlTimestampConverter drops the date portion of a Timestamp

     [ https://issues.apache.org/jira/browse/WICKET-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-1647.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC2
         Assignee: Juergen Donnerstag  (was: Johan Compagner)

added a constructor which allows to provide the DateFormat.<type>

> SqlTimestampConverter drops the date portion of a Timestamp
> -----------------------------------------------------------
>
>                 Key: WICKET-1647
>                 URL: https://issues.apache.org/jira/browse/WICKET-1647
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.1, 1.3.2, 1.3.3, 1.4-M1
>         Environment: Any
>            Reporter: Flavius
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC2
>
>
> When SqlTimestampConverter#convertToString is called, it formats the Timestamp with DateFormat.SHORT,
> which returns only the time portion of the Timestamp.  Since a Timestamp represents an instant in history,
> information is being lost.
> The Date and Time should be be returned.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.