Re: Confusion over Python drivers

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org, Marko Kreen <markokr(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: Confusion over Python drivers
Date: 2010-02-06 00:42:35
Message-ID: 4B6CBAFB.80308@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Imho a big problem is that it does way too much itself - i.e. it does not use
> things like PQExecParams but does escaping/parsing itself...
> Other people may think thats a good idea - I definitely do not think so.

It also has issues with transaction control which cause idle
transactions if the Django front-end times out due to load.

--Josh Berkus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-02-06 00:51:53 VAC FULL/CLUSTER on system catalogs is prone to deadlock
Previous Message Andres Freund 2010-02-06 00:39:53 Re: Confusion over Python drivers