kallaspriit / Cassandra-PHP-Client-Library

Cassandra PHP-based client library for managing and querying your Cassandra cluster
http://cassandra-php-client-library.com
103 stars 25 forks source link

Integer columns #1

Closed alesl closed 13 years ago

alesl commented 13 years ago

If columns in CF are of integer type get method incorrectly returns wrong keys. I believe that problem is in method CassandraColumnFamily::parseSliceResponse where response if joined using array_merge which reindex array if keys are integers (+ should be used instead).

Regards Ales

kallaspriit commented 13 years ago

Thank you for the report :)