in reply to RE: Re: Difficulty inserting a large object using DBD::Pg
in thread Difficulty inserting a large object using DBD::Pg

This does not work because it attempts to resolve the type itself, and defaults to varchar, as it did when I explicitly selected the type. It's another pg_atoi error.
  • Comment on RE(3): Difficulty inserting a large object using DBD::Pg (kudra: binding without explicit types won't fix prob)