[ic] Memory problem

Peter Jakl interchange-users@interchange.redhat.com
Tue Jan 15 16:00:00 2002


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.

Peter

> > Thanks for the reply. This is not what is going on. I am using mysql
> > which supports LIMIT.
> [snip]
> > I am using version 4.6.5.
> 
> Bingo, 4.6.5 is the problem. The support for database-specific
extensions
> like LIMIT in the database object creation routines was added sometime
in
> 4.7.x, so you need to upgrade or else manually hack in LIMIT support
there
> in your 4.6.5 installation.
> 
> Jon
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users