evseevnn-zz / php-cassandra-binary

PHP library for Cassandra database via a binary protocol.
http://evseevnn.github.io/php-cassandra-binary/
MIT License
69 stars 33 forks source link

Invalid results from the stream_socket #62

Open dskora opened 9 years ago

dskora commented 9 years ago

Created a column family in cassandra cqlsh:

create table test(id uuid primary key, data map <text, text>);

Insert works fine from php as an array bind parameter Trying to select data and result are really strange, looks like it came straight from socket testtest: testtest {'test': 'test'} epected array or anything ? Any thoughts ? Thanks