Re: As if multiple-db wasn't hard enough :(...

2007-07-02 Thread Ben Ford
Hi Malcolm, Thanks for the well thought out response... I've had a bit more of a think about it over lunch and the metaclass bit is a non starter: it's instantiation I need to worry about not class creation. In theory I will always know which database to find RANObjects and their related models in.

Re: As if multiple-db wasn't hard enough :(...

2007-07-02 Thread Malcolm Tredinnick
On Tue, 2007-07-03 at 11:51 +0700, Ben Ford wrote: > Hi All, > > I have a bit of an issue that I'd like to kick around here before I > start diving into it... > > I'm using the multi-db branch, which I've recently merged all of the > latest stuff in trunk into. It's all working quite nicely, my

As if multiple-db wasn't hard enough :(...

2007-07-02 Thread Ben Ford
Hi All, I have a bit of an issue that I'd like to kick around here before I start diving into it... I'm using the multi-db branch, which I've recently merged all of the latest stuff in trunk into. It's all working quite nicely, my app runs on PostgreSQL and I have to talk to an Oracle database as