thobbs / phpcassa

PHP client library for Apache Cassandra
thobbs.github.com/phpcassa
MIT License
248 stars 78 forks source link

ColumnFamily::batch_insert() doesn't handle serialized keys correctly #86

Closed thobbs closed 12 years ago

thobbs commented 12 years ago

pack_key() needs to be called with $handle_serialize set to true.