File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed
Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1+ 2025-11-18, Version 0.4.3
2+ =========================
3+
4+ * chore: add pyproject.toml and replace tests_require with extras_require (#185 ) (bchoudhary6415)
5+
6+ * fix 'boolean value not defined' error on AS400 (#181 ) (Michael Maltese)
7+
8+ * use correct AS400 reflector when dbms_name/_ ver is none (#183 ) (Michael Maltese)
9+
10+ * updated yml file to build project with every commit (#178 ) (bchoudhary6415)
11+
12+ * fix get_schema_names to remove trailing spaces (#177 ) (Michael Maltese)
13+
14+ * feat: make get_table_comment work on OS390 and AS400 (#176 ) (Michael Maltese)
15+
16+ * fix get_table_comment to work for views (#175 ) (Michael Maltese)
17+
18+ * Bump pypa/gh-action-pypi-publish in /.github/workflows (#169 ) (dependabot[ bot] )
19+
20+ * Add support for standard LIMIT and OFFSET syntax (#167 ) (bchoudhary6415)
21+
22+ * Fix: Add sqlalchemy.types.DOUBLE to dependency version specification (#166 ) (bchoudhary6415)
23+
24+ * Resolved Boolean renders as smallint (#163 ) (bchoudhary6415)
25+
26+ * Support for FULL OUTER JOIN (#162 ) (bchoudhary6415)
27+
28+
1292025-06-23, Version 0.4.2
230=========================
331
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ The IBM_DB_SA adapter provides the Python/SQLAlchemy interface to IBM Data Serve
55
66Version
77--------
8- 0.4.2 (2025/06/23 )
8+ 0.4.3 (2025/11/18 )
99
1010Prerequisites
1111--------------
12- 1 . Install Python 2.7 or newer versions except python 3.3 or Jython 2.5 .x .
12+ 1 . Install Python 3.8 or newer versions or Jython 2.7 .x .
13132 . SQLAlchemy version between 0.7.3 - 2.0.x.
14143 . IBM_DB driver and IBM_DB_DBI wrapper 1.0.1 or higher.
1515```
Original file line number Diff line number Diff line change 1717# | Contributors: Jaimy Azle, Mike Bayer |
1818# +--------------------------------------------------------------------------+
1919
20- __version__ = '0.4.2 '
20+ __version__ = '0.4.3 '
2121
2222from . import ibm_db , pyodbc , base
2323
You can’t perform that action at this time.
0 commit comments