[cx-oracle-users] Looking for the code repository
Brought to you by:
atuining
From: Shai B. <sh...@pl...> - 2013-07-06 23:01:25
|
Hi all, This is my first posting on this list. I've been using cx_Oracle, mostly through Django, for quite some time now; recently I became a Django committer, mostly to help taking care of Django's Oracle backend. I'm looking for the current code repository for cx_Oracle. I was able to find http://cx-oracle.svn.sourceforge.net/ which has updates as late as 16 months ago (version 5.1.1 and a little after), but nothing more updated. Note that the project page on SF still has references to CVS (repository last updated in 2003); and if you try to follow the link to "code" you get to http://sourceforge.net/p/cx-oracle/code/368/tree/ which is apparently the same repository, but that page for some reason shows all paths in it as if they were last updated in 2007. Anyway, 5.1.2 (latest released version) does not appear to be in this repo, nor anything done since then. I'm asking because, while working on Django's oracle backend, I ran into some funny performance characteristics I'd like to help improve, and also some not-so-funny segmentation faults with Python 3. Thanks, Shai. |