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 "Stan Bradbury (JIRA)" <ji...@apache.org> on 2007/11/09 19:39:50 UTC

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

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
            Priority: Trivial


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.


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

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dag H. Wanvik resolved DERBY-3194.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 10.4.0.0

Committed as svn 596389. Will port to 10.3 after some days, so
please don't close it yet.

> 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
>             Fix For: 10.4.0.0
>
>         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.


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

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Fix Version/s: 10.3.2.2

> 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
>             Fix For: 10.3.2.2, 10.4.0.0
>
>         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.


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

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561077#action_12561077 ] 

Dag H. Wanvik commented on DERBY-3194:
--------------------------------------

Merged to 10.3 branch as svn 613948, closing.


> 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
>             Fix For: 10.4.0.0
>
>         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.


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

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561078#action_12561078 ] 

Dag H. Wanvik commented on DERBY-3194:
--------------------------------------

Can we close this on now, Stan?


> 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
>             Fix For: 10.4.0.0
>
>         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.


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

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Assignee: Dag H. Wanvik

> 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
>
> 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.


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

Posted by "Stan Bradbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stan Bradbury closed DERBY-3194.
--------------------------------


Catching up on Closing my reported issues.  Thanks to Dyre for the workflow reminder today.

> 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
>             Fix For: 10.3.2.2, 10.4.0.0
>
>         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.