File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ 2025-06-23, Version 0.4.2
2+ =========================
3+
4+ * update yml file to upload package (#159 ) (bchoudhary6415)
5+
6+ * Resolve Unicode issue with latest python3.13 (ibmdb #155 ) (#157 ) (devMalteK)
7+
8+ * Resolve Unicode issue with latest python3.13 and added polaris.yml file (#155 ) (bchoudhary6415)
9+
10+ * Fix for issue Casting to sa.Float (and some other types) silently does (#154 ) (bchoudhary6415)
11+
12+ * Fix unique_constraints (#152 ) (IceS2)
13+
14+
1152024-07-30, Version 0.4.1
216=========================
317
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.1 (2024/07/30 )
8+ 0.4.2 (2025/06/23 )
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.1 '
20+ __version__ = '0.4.2 '
2121
2222from . import ibm_db , pyodbc , base
2323
You can’t perform that action at this time.
0 commit comments