-
Notifications
You must be signed in to change notification settings - Fork 350
Update to SQLAlchemy 2 #3598
Copy link
Copy link
Labels
Type: Feature requestA change requested or proposed by a user which is not on the default roadmapA change requested or proposed by a user which is not on the default roadmap
Milestone
Metadata
Metadata
Assignees
Labels
Type: Feature requestA change requested or proposed by a user which is not on the default roadmapA change requested or proposed by a user which is not on the default roadmap
A new major version of SQLAlchemy was released. It comes with a lot of changes so the update probably won't be trivial.
My reason for requesting the update:
SQLAlchemy 2 supports the new
python-oracledbdriver instead of the oldcx_Oracle. The new solution supports "thin mode" which means we don't have to deploy the (proprietary) Oracle Instant Client on our servers. (which we had serious performance-problems with)We found a workaround to use
python-oracledbwith SQLAlchemy 1.4 (in this article) but it would of course be nice to have native support.