Re: Multi-db support

2009-11-02 Thread David De La Harpe Golden
David De La Harpe Golden wrote: > Here's something further pared down I'm currently testing with django > 1.1.1 to tide us over until true multi-db for our own simple > multi-postgresql-database case. It "seems to work", though doesn't > address a bunch of stuff true multi-db would cover > clas

Re: Multi-db support

2009-10-15 Thread David De La Harpe Golden
Jeff Bell wrote: > My problem occurs during larger queries - I get 'Too many connections' > error. If I run these queries through django's default manager they > are handled fine. Can anyone point me in the right direction, maybe > the source code where django handles this. I'm pretty sure I n

Re: Multi-db support

2009-10-14 Thread Russell Keith-Magee
On Thu, Oct 15, 2009 at 3:08 AM, Jeff Bell wrote: > > Hi all, > > Am I wasting my time trying to figure out multi-db functionality.  I > know that Alex Gaynor is working on a GSOC project that is slatted for > Django 1.2 release that deals with this, but I can't imagine that > being released anyt

Multi-db support

2009-10-14 Thread Jeff Bell
Hi all, Am I wasting my time trying to figure out multi-db functionality. I know that Alex Gaynor is working on a GSOC project that is slatted for Django 1.2 release that deals with this, but I can't imagine that being released anytime soon. I've been able to configure a MultiDBManager for my t