Pagination and efficiency
Max Kanat-Alexander
mkanat at bugzilla.org
Sat May 12 20:06:03 UTC 2007
On Sat, 12 May 2007 15:20:30 +0100 "Aaron Trevena"
<aaron.trevena at gmail.com> wrote:
> I don't there would be any inconvenience - in fact switching to using
> objects to represent data fetched from the db (even if they are simple
> read-only blessed pseudohash) would provide a facade allowing you to
> use any type of object, such as RoseDB, DBIx::Class or CDBI later
> without having to change much code.
Yes, I've long planned to do exactly that. :-)
Actually, all that has to be done there is to make
Bugzilla::Bug->new_from_list work (which isn't a big task) and then do
whatever work in Search.pm and its consumers need to return and use
Bugzilla::Bug objects.
-Max
--
http://www.everythingsolved.com/
Competent, Friendly Bugzilla Services. And Everything Else, too.
More information about the developers
mailing list