Integer columns
alesl opened this issue · 1 comments
alesl commented
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
Thank you for the report :)