php-cassandra-binary icon indicating copy to clipboard operation
php-cassandra-binary copied to clipboard

Invalid results from the stream_socket

Open dskora opened this issue 10 years ago • 0 comments

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

dskora avatar Feb 13 '15 16:02 dskora