File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2026-03-18, Version 0.4.4
2+ =========================
3+
4+ * Add Logging functionality in ibm_db_sa (#194 ) (bchoudhary6415)
5+
6+ * Fix TupleType import failure across SQLAlchemy versions (#192 ) (bchoudhary6415)
7+
8+ * refactor: remove runtime packaging dependency for SQLAlchemy version checks (#190 ) (bchoudhary6415)
9+
10+ * Make Db2 dialect statement-cache compatible (#188 ) (bchoudhary6415)
11+
12+
1132025-11-18, Version 0.4.3
214=========================
315
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The IBM_DB_SA adapter provides the Python/SQLAlchemy interface to IBM Data Serve
55
66Version
77--------
8- 0.4.3 (2025/11 /18)
8+ 0.4.4 (2026/03 /18)
99
1010Prerequisites
1111--------------
Original file line number Diff line number Diff line change 1717# | Contributors: Jaimy Azle, Mike Bayer |
1818# +--------------------------------------------------------------------------+
1919
20- __version__ = '0.4.3 '
20+ __version__ = '0.4.4 '
2121
2222from . import ibm_db , pyodbc , base
2323
You can’t perform that action at this time.
0 commit comments