From anthony.tuininga at gmail.com Tue Jul 2 18:32:15 2019 From: anthony.tuininga at gmail.com (Anthony Tuininga) Date: Tue, 2 Jul 2019 16:32:15 -0600 Subject: [DB-SIG] cx_Oracle 7.2 Message-ID: What is cx_Oracle? cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 specifications with a number of enhancements. Where do I get it? https://oracle.github.io/python-cx_Oracle The easiest method to install/upgrade cx_Oracle is via pip as in python -m pip install cx_Oracle --upgrade What's new? This release focused on advanced queuing, adding support for RAW queues and bulk enqueue/dequeue. Support was also added for a preview of SODA bulk insert. A number of smaller enhancements and bug fixes were also made. See the full release notes for all of the details: https://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-7-2-july-2019 Please provide any feedback via GitHub issues ( https://github.com/oracle/python-cx_Oracle/issues). -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.tuininga at gmail.com Thu Jul 25 16:43:24 2019 From: anthony.tuininga at gmail.com (Anthony Tuininga) Date: Thu, 25 Jul 2019 14:43:24 -0600 Subject: [DB-SIG] cx_Oracle 7.2.1 Message-ID: What is cx_Oracle? cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 specifications with a number of enhancements. Where do I get it? https://oracle.github.io/python-cx_Oracle The easiest method to install/upgrade cx_Oracle is via pip as in python -m pip install cx_Oracle --upgrade What's new? This release addresses one bug on Windows. See the release notes for more information. https://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-7-2-1-july-2019 Please provide any feedback via GitHub issues (https://github.com/oracle /python-cx_Oracle/issues). -------------- next part -------------- An HTML attachment was scrubbed... URL: From python at aryehleib.com Thu Jul 11 17:23:47 2019 From: python at aryehleib.com (Aryeh Leib Taurog) Date: Thu, 11 Jul 2019 21:23:47 -0000 Subject: [DB-SIG] pgcopy 1.4.0 Message-ID: <20190711211330.GB1884@ds.aryehleib.com> pgcopy 1.4.0 is now available! Use pgcopy for fast data loading into PostgreSQL with binary copy. Features: * Support for many datatypes * Tested with python 2.7 and 3.4 - 3.7 * Tested with postgresql versions 9.1 - 11 * Cache data on disk or in memory * Supports explicit db schema This release brings many significant improvements: * Transparent unicode string encoding * Support for multi-dimensional array types * Better support for schema and schema search path * More extensive documentation * More extensive test coverage