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
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]>
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)
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(
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