Re: [RDBO] Rose::DB::Object thingy like class::dbi's set_sql?

2006-11-28 Thread George Hartzell
John Siracusa writes: > [...] > All of that said, adding iterator options to get_objects_from_sql() > and make_manager_method_from_sql() is pretty simple. If you really > want it, I'll throw it in the next release :) It'd help a bunch. I may take a stab at it, but if you get it going, I'd lo

Re: [RDBO] Rose::DB::Object thingy like class::dbi's set_sql?

2006-11-28 Thread Michael Reece
All of that said, adding iterator options to get_objects_from_sql() and make_manager_method_from_sql() is pretty simple. If you really want it, I'll throw it in the next release :) yes, please! On Nov 28, 2006, at 1:33 PM, John Siracusa wrote: On 11/28/06, George Hartzell <[EMAIL PROTECTED]>

Re: [RDBO] Rose::DB::Object thingy like class::dbi's set_sql?

2006-11-28 Thread John Siracusa
On 11/28/06, George Hartzell <[EMAIL PROTECTED]> wrote: > It looks like I might be able to figure out how to get RDO::Manager to > express the query, but it would be quicker (at least as a first cut to > be able to do something like > > Foo::DB::Moose::Manager->get_iterator_from_sql(blahblahblah)

Re: [RDBO] Rose::DB::Object thingy like class::dbi's set_sql?

2006-11-28 Thread George Hartzell
George Hartzell writes: > > Hi All [and John], > > [...] > It looks like I might be able to figure out how to get RDO::Manager to > express the query, but it would be quicker (at least as a first cut to > be able to do something like > > Foo::DB::Moose::Manager->get_iterator_from_sql(

[RDBO] Rose::DB::Object thingy like class::dbi's set_sql?

2006-11-28 Thread George Hartzell
Hi All [and John], I'm exploring Rose::DB::Object et al.. I'm familiar with Class::DBI and have messed around a bit (and decided not to adopt) with DBIX::Class. I'm working with a fairly large database that contains data handed to me as XML with minimal documentation. I've reverse engineered a