You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <ji...@apache.org> on 2007/11/16 01:47:43 UTC

[jira] Updated: (DERBY-3194) LOCALIZEDDISPLAY of CURRENT_TIMESTAMP returns only the TIME

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

Dag H. Wanvik updated DERBY-3194:
---------------------------------

    Attachment: DERBY-3194.diff

Preliminary patch which solves the problem.

The problem is that LocalizedResource#getTimestampAsString uses a time rather than a timestamp formatter.

Running regression tests.

> LOCALIZEDDISPLAY of CURRENT_TIMESTAMP returns only the TIME
> -----------------------------------------------------------
>
>                 Key: DERBY-3194
>                 URL: https://issues.apache.org/jira/browse/DERBY-3194
>             Project: Derby
>          Issue Type: Bug
>          Components: Localization, Tools
>    Affects Versions: 10.3.1.4
>            Reporter: Stan Bradbury
>            Assignee: Dag H. Wanvik
>            Priority: Trivial
>         Attachments: DERBY-3194.diff
>
>
> In IJ - LOCALIZEDDISPLAY ON causes  VALUES CURRENT_TIMESTAMP to display on the TIME
> ij> values current_timestamp;
> 1
> --------------------------
> 2007-11-09 10:37:58.828
> 1 row selected
> ij> localizeddisplay on;
> ij> values current_timestamp;
> 1
> ---------------
> 10:38:10 AM PST
> 1 row selected

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