Update date/time datatype tests to run on C* 3.0
As per CASSANDRA-7523, the new date and time types have been pushed back to C* 3.0 / protocol v4.
This commit is contained in:
@@ -57,7 +57,7 @@ def update_datatypes():
|
||||
if _cass_version >= (2, 1, 0):
|
||||
COLLECTION_TYPES.append('tuple')
|
||||
|
||||
if _cass_version >= (2, 1, 5):
|
||||
if _cass_version >= (3, 0, 0):
|
||||
PRIMITIVE_DATATYPES.append('date')
|
||||
PRIMITIVE_DATATYPES.append('time')
|
||||
|
||||
|
Reference in New Issue
Block a user