On Wed, 2011-08-03 at 03:58 +0200, Jens Hartung wrote: > Is there a way, to insert Strings with single quotes to Cassandra via > CQL?
Yes, escape them with another single quote ('aa''bb'). -- Eric Evans eev...@rackspace.com
On Wed, 2011-08-03 at 03:58 +0200, Jens Hartung wrote: > Is there a way, to insert Strings with single quotes to Cassandra via > CQL?
Yes, escape them with another single quote ('aa''bb'). -- Eric Evans eev...@rackspace.com