oracle / python-cx_Oracle

Python interface to Oracle Database now superseded by python-oracledb
https://oracle.github.io/python-cx_Oracle
Other
887 stars 360 forks source link

New major cx_Oracle release has a new name and repo: python-oracledb #628

Open cjbj opened 2 years ago

cjbj commented 2 years ago

A new, major Python cx_Oracle driver release is available and comes with a brand new name: python-oracledb. It is now a 'Thin' driver by default, with an optional 'Thick' mode giving the full functionality of cx_Oracle.

See the release announcement.

The updated code is in a new repository github.com/oracle/python-oracledb

You have all successfully navigated major cx_Oracle releases before, and this release is no different: there are great new features, a few small changes, and a few deprecations.

Interesting Stuff

cx_Oracle ?

Under the cx_Oracle namespace, bug fix releases and binary packages to support new Python versions will continue for a limited time, circa two years. A final sunset date will be decided later, depending on feedback from you. We know many of you have large code bases that you will want to evaluate with the upgraded driver before moving to it. Or you might choose to use python-oracledb only for new projects. Support for any particularly critical new Oracle Database features may also possibly land in cx_Oracle, but nothing is on the radar.

Many thanks to all our Python driver users and contributors over the decades that the driver has existed. I'm sure you will continue to enjoy the driver as it evolves.

lemenkov commented 2 years ago

Great work, thanks!

jonahharris commented 2 years ago

Thank you for the hard work, all; you're awesome! I can't wait to see similar work for the other Oracle-supported languages.