[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-03-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921203#comment-13921203 ] ASF subversion and git services commented on DERBY-896: --- Commit

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-03-04 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13919549#comment-13919549 ] Mike Matrigali commented on DERBY-896: -- I am looking at the following failure in

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-03-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918756#comment-13918756 ] ASF subversion and git services commented on DERBY-896: --- Commit

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-02-26 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13913306#comment-13913306 ] Mike Matrigali commented on DERBY-896: -- consider for 10.10 backport Cast date to

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-02-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13903111#comment-13903111 ] ASF subversion and git services commented on DERBY-896: --- Commit

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-02-17 Thread Lukas Eder (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13903113#comment-13903113 ] Lukas Eder commented on DERBY-896: -- That is great, thank you very much, guys! Cast date

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-02-14 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901458#comment-13901458 ] Rick Hillegas commented on DERBY-896: - The patch was produced by git. Any advice on how

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-02-14 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901522#comment-13901522 ] Rick Hillegas commented on DERBY-896: - Ah, Kim tells me that the magic is to use patch

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-02-14 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901525#comment-13901525 ] Rick Hillegas commented on DERBY-896: - That patch looks simple and straightforward to

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-02-12 Thread Lukas Eder (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13899283#comment-13899283 ] Lukas Eder commented on DERBY-896: -- I can reproduce this issue with {code} select

[jira] [Commented] (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2014-02-12 Thread Oleksandr Alesinskyy (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13899565#comment-13899565 ] Oleksandr Alesinskyy commented on DERBY-896: H-m-m. this issue (that should

[jira] Commented: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-896?page=comments#action_12364687 ] Satheesh Bandaram commented on DERBY-896: - I think Derby currently doesn't support this casting... The documentation is wrong here and is left over from OLD cloudscape

[jira] Commented: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-896?page=comments#action_12364719 ] Bernt M. Johnsen commented on DERBY-896: The SQL standard (1999) states (ch. 6.22): DATE may be cast to DATE and TIMESTAMP TIME may be cast to TIME and TIMESTAMP

[jira] Commented: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Oleksandr Alesinskyy (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-896?page=comments#action_12364754 ] Oleksandr Alesinskyy commented on DERBY-896: Casting from TIMESTAMP to DATE (as well as to TIME) is supported by Derby by means of normal CAST function, so

[jira] Commented: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-896?page=comments#action_12364765 ] Satheesh Bandaram commented on DERBY-896: - Thanks Bernt for your info about SQL standards. I do think this is a useful cast to support in Derby. But current code