Skip to content

Commit 36bdd89

Browse files
committed
Added bytes for python 3
1 parent 9b620ab commit 36bdd89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cassandra/encoder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@ def cql_encode_all_types(val):
106106
else:
107107
cql_encoders.update({
108108
memoryview: cql_encode_bytes,
109+
bytes: cql_encode_bytes,
109110
type(None): cql_encode_none,
110111
})

0 commit comments

Comments
 (0)