You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Carl Yeksigian (JIRA)" <ji...@apache.org> on 2014/12/03 21:11:14 UTC

[jira] [Commented] (CASSANDRA-7523) add date and time types

    [ https://issues.apache.org/jira/browse/CASSANDRA-7523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233468#comment-14233468 ] 

Carl Yeksigian commented on CASSANDRA-7523:
-------------------------------------------

Just a few nits:

- TypeSerializer just has whitespace changes, shouldn't be included in changes
- We should update the internal driver for cqlsh with this change, otherwise you cannot select the values you inserted
- In TimeSerializer, the seconds validity check is skipped if no nanoseconds are included. For example "23:59:60" is allowed, along with "23:59:-1".

> add date and time types
> -----------------------
>
>                 Key: CASSANDRA-7523
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7523
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: API
>            Reporter: Jonathan Ellis
>            Assignee: Joshua McKenzie
>            Priority: Minor
>              Labels: docs
>             Fix For: 2.1.3
>
>
> http://www.postgresql.org/docs/9.1/static/datatype-datetime.html
> (we already have timestamp; interval is out of scope for now, and see CASSANDRA-6350 for discussion on timestamp-with-time-zone.  but date/time should be pretty easy to add.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)