Postgres driver and tweaks to dbo 0.6
Status: Beta
Brought to you by:
gilesh
Hi, here is my patch to dbo 0.6. It adds rough postgres
support mainly with minor tweaks/work arounds to get
postgres working. Unfortunately, transaction support
seems screwed up. Postgres keeps issuing a warning that
a transaction has already been started. Also, under
mod_python 3.1.3 (latest realease), I have been
experiencing extreme stability issues (apache2
segfaults after so many hits to my mod_python server).
Any help on fixing these stability issues would be MUCH
appreciated. This patch is a svn diff of my vendor
branch against my hacked version...not sure how helpful
that is going to be. The driver needs work too.
Dan
Initial Attempt at PostgreSQL Support
Logged In: YES
user_id=1017116
Oh, I think I forgot to mention that only my postgres dbo
driver and changes + mod_python is causing the stability
issues. Ia m not asking for help debuggin my own code but
that there is likely a bug/problem with dbo. I will try to
submit a small example in a bit here.
Logged In: YES
user_id=1017116
Well, I think it is all working well now. There was a bug in
my mod_python code and not in dbo (oops). So enjoy :).
Dan