Skip Menu |

This queue is for tickets about the Class-DBI CPAN distribution.

Report information
The Basics
Id: 5373
Status: resolved
Priority: 0/
Queue: Class-DBI

People
Owner: Nobody in particular
Requestors: martin [...] hybyte.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.95
Fixed in: (no value)



Subject: retrieve_many OR search_in
It would be nice, if you have a list of primary_key values, to be able to retrieve them with one statement. So only one select would be isued to the DB, rather than the code having to iterate through each value and to an retrieve.
Date: Wed, 18 Feb 2004 20:12:45 +0000
From: Tony Bowden <tony [...] kasei.com>
To: Guest via RT <bug-Class-DBI [...] rt.cpan.org>
Subject: Re: [cpan #5373] retrieve_many OR search_in
RT-Send-Cc:
On Wed, Feb 18, 2004 at 10:29:56AM -0500, Guest via RT wrote: Show quoted text
> It would be nice, if you have a list of primary_key values, to be able > to retrieve them with one statement. So only one select would be isued > to the DB, rather than the code having to iterate through each value > and to an retrieve.
Class::DBI::AbstractSearch will do this for you. Tony