kallaspriit/Cassandra-PHP-Client-Library

Integer columns

alesl opened this issue · 1 comments

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

Thank you for the report :)