[RDBO] Cross Schema Relationships

2008-01-02 Thread Justin Ellison
Hi all, I'm very much a newb to Rose::DB::Object, but I gotta admit it's pretty cool stuff. I'm writing a perl API into an already existing schema that our company uses Java to interface with. So far, RDBO has made a huge undertaking much easier. I've hit my first snag though: We have SKU's, a

Re: [RDBO] Cross Schema Relationships

2008-01-02 Thread John Siracusa
On 1/2/08 5:45 PM, Justin Ellison wrote: > We have SKU's, and each row in the SKU table might or might not have a > corresponding entry in the INVENTORY table. The gotcha here is that the > INVENTORY table lives in a different schema than does the SKU table. > Now, I can get at the inventory "indi