Skip to content

Commit 0765620

Browse files
committed
Decode TimestampType as DateType
1 parent ba896f0 commit 0765620

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cassandra/cqltypes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ def serialize(v):
502502

503503
return int64_pack(long(converted))
504504

505+
class TimestampType(DateType):
506+
pass
505507

506508
class TimeUUIDType(DateType):
507509
typename = 'timeuuid'

0 commit comments

Comments
 (0)