From python at aryehleib.com Mon Apr 8 12:51:46 2024 From: python at aryehleib.com (Aryeh Leib Taurog) Date: Mon, 8 Apr 2024 19:51:46 +0300 Subject: [DB-SIG] pgcopy 1.6.0 Message-ID: I?m pleased to announce the release of pgcopy 1.6.0! https://pgcopy.readthedocs.io/ Use pgcopy with psycopg2 to load large datasets into your database quickly using PostgreSQL?s binary copy feature. Features: * Supports many datatypes * Supports on-disk or in-memory cache * Supports explicit db schema * Tested with Python 3.8 - 3.12 * Tested with PostgreSQL 12 - 16 This release adds: * support for the pgvector vector type * mixed-case table and column names * proper handling of exceptions in threaded copy execution From anthony.tuininga at gmail.com Thu Apr 11 15:53:44 2024 From: anthony.tuininga at gmail.com (Anthony Tuininga) Date: Thu, 11 Apr 2024 13:53:44 -0600 Subject: [DB-SIG] python-oracledb 2.1.2 Message-ID: What is python-oracledb? python-oracledb is a Python extension module that enables access to Oracle Database for Python and conforms to the Python database API 2.0 specifications with a number of enhancements. This module is intended to eventually replace cx_Oracle. Where do I get it? https://pypi.org/project/oracledb/2.1.2/ The easiest method to install/upgrade python-oracledb is via pip as in python -m pip install oracledb --upgrade What's new? This release addresses a number of reported issues. See the full release notes for all of the details: https://python-oracledb.readthedocs.io/en/latest/release_notes.html#oracledb-2-1-2-april-2024 Please provide any feedback via GitHub issues: https://github.com/oracle/ python-oracledb/issues or discussions: https://github.com/oracle/python- oracledb/discussions -------------- next part -------------- An HTML attachment was scrubbed... URL: