DBI and fetchall_arrayref with max_rows?

2010-12-06 Thread Jonathan Leffler
Two related questions (prompted by a question from people using DBD::Informix): 1. Are there any known problems with $sth-fetchall_arrayref({}, 50);? 2. Are there any requirements on a DBD module to make the limit on fetchall_arrayref({}, 50) notation work, or is it purely a DBI feature? Test

Re: DBI and fetchall_arrayref with max_rows?

2010-12-06 Thread Martin J. Evans
On 06/12/10 08:54, Jonathan Leffler wrote: Two related questions (prompted by a question from people using DBD::Informix): 1. Are there any known problems with $sth-fetchall_arrayref({}, 50);? 2. Are there any requirements on a DBD module to make the limit on fetchall_arrayref({}, 50)

Re: DBI and fetchall_arrayref with max_rows?

2010-12-06 Thread Todd Zervas
All work for me on DBD::Unify 0.80. -Original Message- From: Jonathan Leffler jonathan.leff...@gmail.com Sent: Dec 6, 2010 12:54 AM To: DBI Developers Mailing List dbi-dev@perl.org Subject: DBI and fetchall_arrayref with max_rows? Two related questions (prompted by a question from people

Re: DBI and fetchall_arrayref with max_rows?

2010-12-06 Thread Jonathan Leffler
On Mon, Dec 6, 2010 at 07:20, Tim Bunce tim.bu...@pobox.com wrote: On Mon, Dec 06, 2010 at 12:54:57AM -0800, Jonathan Leffler wrote: Two related questions (prompted by a question from people using DBD::Informix): 1. Are there any known problems with $sth-fetchall_arrayref({}, 50);?

Re: DBI and fetchall_arrayref with max_rows?

2010-12-06 Thread Martin J. Evans
On 06/12/10 16:12, Jonathan Leffler wrote: On Mon, Dec 6, 2010 at 07:20, Tim Bunce tim.bu...@pobox.com mailto:tim.bu...@pobox.com wrote: On Mon, Dec 06, 2010 at 12:54:57AM -0800, Jonathan Leffler wrote: Two related questions (prompted by a question from people using

Re: DBI and fetchall_arrayref with max_rows?

2010-12-06 Thread Martin J. Evans
On 06/12/10 16:37, Martin J. Evans wrote: On 06/12/10 16:12, Jonathan Leffler wrote: On Mon, Dec 6, 2010 at 07:20, Tim Bunce tim.bu...@pobox.com mailto:tim.bu...@pobox.com wrote: On Mon, Dec 06, 2010 at 12:54:57AM -0800, Jonathan Leffler wrote: Two related questions (prompted by a