Christopher Jones
Christopher Jones
Sequelize users: we have submitted a PR for an Oracle dialect: - https://github.com/sequelize/sequelize/pull/14638 - https://github.com/sequelize/website/pull/187 - https://github.com/sequelize/website/pull/210 Please check out the PR and comment etc in the Sequelize repo. Note...
It's time to upgrade! Node-oracledb 5.4 is installable from npm. See the [release announcement](https://cjones-oracle.medium.com/node-js-node-oracledb-5-4-driver-for-oracle-database-is-available-3c0ab12e15dc) and [CHANGELOG](https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md) for details.
### Build REST APIs for Node.js If anyone is looking for @dmcghan's series on building REST APIs for Node.js here are the links: * [Part 1: Web Server Basics](https://dzone.com/articles/creating-a-rest-api-web-server-basics) *...
@vltabacaru, in task 3 of https://github.com/oracle/learning-library/blob/master/data-management-library/autonomous-database/developer/ajd-soda/soda-python/soda-python.md (and the -dev.md file??) - The wallet is not "auto-login". You still need to provide a username and password at connect time - The...
A new, major Python cx_Oracle driver release is available and comes with a brand new name: [python-oracledb](https://oracle.github.io/python-oracledb/). It is now a 'Thin' driver by default, with an optional 'Thick' mode...
node-oracledb v5.5.0 is available. Along with some fixes, this release supports authentication with OAuth2 tokens in Oracle Cloud. See the [release announcement](https://cjones-oracle.medium.com/node-oracledb-5-5-for-oracle-db-supports-oauth2-token-authentication-15e30737ad81) and [CHANGELOG](https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md).
Files like https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/dockerfiles/buildContainerImage.sh check the host `arch` and fail on Apple Silicon unless 19c is used. To allow builds of other versions when colima is emulating x86_64, the buildContainerImage.sh checks...
python-oracledb 2.0 is here ! The main changes are: - Support for asynchronous concurrent coding - Support for ‘Success With Info’ warnings - Support for configuring the SDU in Thin...
https://github.com/oracle-samples/oracle-functions-samples/blob/master/samples/oci-adb-client-runsql-python/func.py needs to be updated to the latest cx_Oracle driver, which is now called python-oracledb. This no longer needs Oracle Instant Client. See the [release announcement](https://cjones-oracle.medium.com/open-source-python-thin-driver-for-oracle-database-e82aac7ecf5a).
SQLAlchemy 2 supports the latest Oracle Database driver which was renamed to python-oracledb from cx_Oracle a couple of years ago. The new version is a 'thin' driver so a simple...