Merge pull request #84 from Mishail/PYTHON-52-TimesrampType
Decode TimestampType as DateType
This commit is contained in:
@@ -502,6 +502,8 @@ class DateType(_CassandraType):
|
||||
|
||||
return int64_pack(long(converted))
|
||||
|
||||
class TimestampType(DateType):
|
||||
pass
|
||||
|
||||
class TimeUUIDType(DateType):
|
||||
typename = 'timeuuid'
|
||||
|
Reference in New Issue
Block a user