in reply to
Perl DBI Mistaking a Number For a String
In DBD::mysql 2.9006 you can set $dbh->{mysql_unsafe_bind_type_guessing}=2, and it will try and guess whether to bind as a string or as an int.
Comment on
Re: Perl DBI Mistaking a Number For a String
In Section
Seekers of Perl Wisdom