perlcassa icon indicating copy to clipboard operation
perlcassa copied to clipboard

Insert null value?

Open roxton001 opened this issue 10 years ago • 0 comments

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

roxton001 avatar Oct 07 '14 13:10 roxton001