in reply to Re: upgrading DBD::Pg without client libs
in thread upgrading DBD::Pg without client libs

Upgrading DBD::Pg won't fix the problem. It was a change in version 7.3 to not allow empty strings for integer columns. The solution is to not pass empty strings for integer columns.

well, eventually i should upgrade DBD::Pg, but i combed through the code today and found where the empty strings are passed and fixed them. i was hoping that DBD::Pg would have possibly addressed the issue as well ... oh well.

  • Comment on Re: Re: upgrading DBD::Pg without client libs