regarding pycassa client side validation though.
-Ursprüngliche Nachricht-
Von: osishkin osishkin [mailto:osish...@gmail.com]
Gesendet: Mittwoch, 22. Juni 2011 13:14
An: user@cassandra.apache.org
Betreff: Column value type
Is there a limitation on the data type of a column value (not column
Is there a limitation on the data type of a column value (not column
name) in cassandra?
I'm saving data using a pycassa client, for a UTF8 column family, and
I get an error when I try saving integer data values.
Only when convert the values to string can I save the data.
Looking at the pycassa cod