Support new Types in cqlengine

Description

https://datastax-oss.atlassian.net/browse/PYTHON-190

Will need to remove 'cqle.columns.Date' as an overload of 'cqle.columns.DateTime' to make way for Date.

https://issues.apache.org/jira/browse/CASSANDRA-8951

Environment

None

Pull Requests

None

Activity

Michael Penick 
May 26, 2015 at 2:29 PM

+1 I agree that it's fair to move to the new "Date" type.

Adam Holmberg 
May 19, 2015 at 9:34 PM

Posting with broken tests to get reviewer input:
https://github.com/datastax/python-driver/pull/318

Legacy code had a 'Date' type which was modeled as a 'timestamp' with the time component truncated. I would like to remove that type to make way for the real date. I've had a warning in the docs since 2.5.0, but did not have an 'active' DeprecationWarning.

Seeking input on whether it's fair to make the cut at this point, or if I should introduce an active warning and defer the new Date type until the next major release.

Fixed

Details

Assignee

Reporter

Fix versions

Labels

PM Priority

Sprint

Priority

Created March 25, 2015 at 9:38 PM
Updated February 4, 2017 at 8:31 AM
Resolved May 27, 2015 at 12:49 AM

Flag notifications