Re: [RDBO] Namespace for 3rd-party RDBO modules

2007-05-24 Thread Mike Schilli
On Wed, 23 May 2007, John Siracusa wrote: > For example, Mike Schilli has a module that splits a single big > Manager call into a series of smaller ones internally (in order to get > around some memory issues in some DBD::* modules). I'd call that one: > > Rose::DBx::Object::InternalPager So

Re: [RDBO] html and DB and Rose

2007-05-24 Thread John Siracusa
On 5/24/07, James Masters <[EMAIL PROTECTED]> wrote: > 1. Presently I just put write the html tags in my code and I'm very > familiar with this. But was looking at Rose::HTML::Objects. Is the main > benefit of this simply to avoid having to write lots of html tags in your > code when writing htm

Re: [RDBO] Unable to query using sub-tablename

2007-05-24 Thread John Siracusa
On 5/24/07, James Masters <[EMAIL PROTECTED]> wrote: > Query is combined viz: > prodcode => {'like' => "%shp%"} > productlocs.loccode => {'like' => "%mtg%"} > Status => {'ne' => "P"} > with_objects => productlocs > > [...] > > # "category.name" and "categories.name" would work too, since > # table

[RDBO] html and DB and Rose

2007-05-24 Thread James Masters
Rose is really wonderful so thanks to John Siracusa and supporters. I've written an application which will take any database (at least any of mine) and let you search on selected fields for all the "top-level tables" and then for any record view all the fields and fields in relationships recursive

[RDBO] Unable to query using sub-tablename

2007-05-24 Thread James Masters
I'm trying to do a query against a table "products" and a subtable "productlocs" via a relationship called "sources". I've produced the following debugging info: Rose::DB - 0.734, Rose::DB::Object - 0.764, Rose::DB::Object::Manager - 0.764, Server - "bullseye" Query is combined viz: prodcode => {