[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Connection to postgres fails after upgrading older Perl to 5.6.1
> It is actually a change in the DBI/DBD::Pg combination.
>
> I have updated it in CVS (both stable and devel) and it will
> be in the next release. Until then, you can make the patch
> easily. Go to lib/Vend/Table/DBI.pm and remove this code, which
> never did anything anyway:
>
> if(! $Info and ($db->can('table_info') and $Info =
> $db->table_info()) ) {
> #::logDebug("$tablename table_info: " .
> ::uneval($Info->fetchall_arrayref()));
> }
Thanks a million Mike! It works perfectly again :)
Rene