> Can you tell what value is actually put in the database? Presumably > whatever Perl defaults to as the string representation of a boolean? The database value is either 1 or NULL (equivalent to 1 or undef in Perl).