phpcassa icon indicating copy to clipboard operation
phpcassa copied to clipboard

Add List, Set and Map types

Open riekelt opened this issue 11 years ago • 6 comments

riekelt avatar Feb 04 '14 15:02 riekelt

Thanks! I suppose you're running this directly on execute_cql3_query results?

Would you mind adding a couple of unit tests to exercise these?

thobbs avatar Feb 05 '14 00:02 thobbs

Any news on this?

papaonlegs avatar Nov 27 '14 10:11 papaonlegs

bump

papaonlegs avatar May 13 '15 19:05 papaonlegs

@papaonlegs If you want to work with Cassandra's collection types, I strongly suggest using the DataStax PHP Driver.

thobbs avatar May 15 '15 19:05 thobbs

@thobbs do you know when the new driver will be stable enough for production? We want to use "execute_cql3_query" of phpcassa but that appears to be undocumented / unsupported.

The current release is an early alpha. This means that it lacks some features and stability, but should be enough to start testing and working with Apache Cassandra.

derekchan avatar May 18 '15 01:05 derekchan

@derekchan I do not, but it's worth noting that the PHP driver is built on top of the C++ driver, which is stable and is currently on version 2.0. Additionally, the author of the PHP driver is very responsive to bug reports, so if you do encounter any problems they should be fixed relatively quickly.

thobbs avatar May 19 '15 16:05 thobbs