You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Created a column family in cassandra cqlsh:
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
The text was updated successfully, but these errors were encountered: