thobbs / phpcassa

PHP client library for Apache Cassandra
thobbs.github.com/phpcassa
MIT License
248 stars 78 forks source link

Add List, Set and Map types #146

Open riekelt opened 10 years ago

thobbs commented 10 years ago

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?

papaonlegs commented 9 years ago

Any news on this?

papaonlegs commented 9 years ago

bump

thobbs commented 9 years ago

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

derekchan commented 9 years ago

@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.
thobbs commented 9 years ago

@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.