LWN.net Logo

cx_Oracle 5.0.2 released

From:  Anthony Tuininga <anthony.tuininga-AT-gmail.com>
To:  cx-oracle-users-AT-lists.sourceforge.net, python-announce-AT-python.org, DB-SIG-AT-python.org
Subject:  cx_Oracle 5.0.2
Date:  Fri, 22 May 2009 07:34:50 -0600
Message-ID:  <703ae56b0905220634n681006a2lcccab29ff9806258@mail.gmail.com>
Archive-link:  Article, Thread

What is cx_Oracle?

cx_Oracle is a Python extension module that allows access to Oracle and
conforms to the Python database API 2.0 specifications with a few
exceptions.


Where do I get it?

http://cx-oracle.sourceforge.net


What's new?

1) Fix creation of temporary NCLOB values and the writing of NCLOB
values in non Unicode mode.

2) Re-enabled parsing of non select statements as requested by Roy Terrill.

3) Implemented a parse error offset as requested by Catherine Devlin.

4) Removed lib subdirectory when forcing RPATH now that the library
directory is being calculated exactly in setup.py.

5) Added an additional cast in order to support compiling by Microsoft
Visual C++ 2008 as requested by Marco de Paoli.

6) Added additional include directory to setup.py in order to support
compiling by Microsoft Visual Studio was requested by Jason Coombs.

7) Fixed a few documentation issues.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds