mkjellman / perlcassa

a Perl client for Apache Cassandra
Apache License 2.0
20 stars 12 forks source link

Insert null value? #60

Open roxton001 opened 10 years ago

roxton001 commented 10 years ago

Is it possible to insert a null value using a client exec function?

Example:

$obj->exec("INSERT INTO cf1(key, value) VALUES(:key, :value)", {key => 1, value => NULL?? });

thx