We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a09dc commit 931337bCopy full SHA for 931337b
1 file changed
tests/integration/datatype_utils.py
@@ -57,7 +57,7 @@ def update_datatypes():
57
if _cass_version >= (2, 1, 0):
58
COLLECTION_TYPES.append('tuple')
59
60
- if _cass_version >= (2, 1, 5):
+ if _cass_version >= (3, 0, 0):
61
PRIMITIVE_DATATYPES.append('date')
62
PRIMITIVE_DATATYPES.append('time')
63
0 commit comments