Insert bit value failed
{noformat}
cubrid 8.4.4
cubrid perl driver 8.4.4
{noformat}
{noformat}
$dbh - do(CREATE TABLE bit_tbl(id int, a1 bit);) or die create error: $dbh-errstr;
my $sth=$dbh-prepare(insert into bit_tbl values(?,?);) or die prepare error: $dbh-errstr;
$sth-execute(1,B'1') or die $dbh-errstr .: execute error\n ;
The method $sth-execute failed
{noformat}
{noformat}
{noformat}