[ic] Memory problem

Jon Jensen interchange-users@interchange.redhat.com
Tue Jan 15 16:45:01 2002


On Tue, 15 Jan 2002, Peter Jakl wrote:

> Just to close this out. 4.6.5 does have the line:
>     $q .= " limit 1" if $config->{HAS_LIMIT};
> in Vend::Table::DBI.pm::list_fields().
>
> I just have to find where this is being loaded from and define it.
>
> Thanks for pointing me in the right direction.

Oh, I didn't know that support was already partially there in 4.6.x. The
capabilities are not read from a config file, but rather are set in
%known_capability in lib/Vend/Table/DBI.pm in version 4.8 or newer. Just
copy that to your 4.6.x DBI.pm and it should work.

Jon