-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update sqlalchemy dependency to base version to 1.4.0 * Update ssl/tls test to comply with new sqla 1.4 api * Remove backwards compatibility with SQLA < 1.4 for ssl/tls test * Disable statement cache for pyodbc and turbodbc dialects For more details see also: * #190 * https://docs.sqlalchemy.org/en/14/core/connections.html#engine-thirdparty-caching * https://docs.sqlalchemy.org/en/14/faq/performance.html#why-is-my-application-slow-after-upgrading-to-1-4-and-or-2-x * Upgrade tests to use new introspection api * Update URL creation to new api * Fix pre_exec edge case * Refactor custom merge statement for better readability * Fix translate map regression test * Update dev dependencies * Disable unsupported features regarding binary types * Restructure intigration test setup, to mitigate side effects * Update mypy config * Bump poetry versions in github workflows
- Loading branch information
Showing
29 changed files
with
1,019 additions
and
663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
changelog.d/20220810_120055_nicola.coretti__106_Support_Sqlalchemy_1_4.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
🔧 Changed | ||
---------- | ||
- Update SQLAlchemy dependency to >= 1.4 | ||
|
||
.. warning:: | ||
|
||
This may impact the performance (see also `SQLAlchemy docs <https://docs.sqlalchemy.org/en/14/faq/performance.html#why-is-my-application-slow-after-upgrading-to-1-4-and-or-2-x>`_). | ||
If you are not willing or able to pay those potentional performance hits, you should wait until the `tracking-issue <https://github.com/exasol/sqlalchemy-exasol/issues/190>`_ | ||
is resolved. | ||
|
Oops, something went wrong.