New Database Drivers for Oracle and PostgreSQL Released |
Written by Nikos Vaggalis |
Thursday, 16 June 2022 |
The PostgreSQL JDBC Team team has announced the release 42.4.0 of the JDBC driver for PostgreSQL. Meanwhile Oracle has released a Python-based driver for Oracle. Python and Java users rejoice! The PostgreSQL JDBC Team team has announced the release 42.4.0 of the JDBC driver for PostgreSQL. In a stream of releases,42.4.0 is the third release of the 42.* branch in a month with 42.3.6 released on May 24 and 42.3.5 on May 4th respectively. Collectively the releases brought mostly bug fixes and performance improvements: 42.4.0
42.3.6
42.3.5
Check the release notes for the full details. Now let's move to another popular pairing of DBMS and programming language, that of Oracle and Python. First of all, a name change. Python drivers for Oracle were named after cx_Oracle but now this changes to python-oracledb to signal the major change that the new driver is a Thin driver and therefore makes no use of the Oracle Client libraries. As such the first release after the name change was Python-oracledb 1.0 being the upgrade from cx_Oracle 8.3. The new driver conforms to the Python Database API v2.0 Specification and is easily installed through pip install oracledb. Alternatively it can also work in Thick mode too when it links with the Oracle Client libraries. That aside, the new functionality offers:
Check the release notes for the full details. More InformationRelated ArticlesOracle Analytic SQL for Developers pg_ivm - Materialised Views On Steroids
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
Last Updated ( Thursday, 16 June 2022 ) |