Re: data_type() not working
[prev]
[thread]
[next]
[Date index for 2005/06/07]
On Tue, 2005-06-07 at 22:24 +0100, Tim Bunce wrote:
> I think DBD::mysql has recently got more strict in sanity checking that
> bind_param with a numeric type actually has a numeric value.
>
> I'd guess that they didn't allow for NULL (undef) in their code.
> Binding an undef should bind NULL regardless of the type.
>
> Report it as a DBD::mysql bug.
Thanks for the info, Tim.
- Perrin