File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1+ 2025-03-09, Version 3.2.6
2+ =========================
3+
4+ * fea: add support for env var CLIDRIVER_VERSION for autodownload (Bimal Jha)
5+
6+ * update README file for SQL0805N error, #996 (Bimal Jha)
7+
8+ * Update Installation Instructions for Python ibm_db on z/OS (#995 ) (bchoudhary6415)
9+
10+ * Update .gitattributes file to fix unicode decode error on z/OS (bchoudhary6415)
11+
12+ * Fix for memory leak issue (#991 ) (bchoudhary6415)
13+
14+ * fix formatting and indentation issues (Bimal Jha)
15+
16+ * Fix Polaris code scan issues (#990 ) (bchoudhary6415)
17+
18+ * add support for column_name in ibm_db_column_privileges & issue #988 (Bimal Jha)
19+
20+ * fix high severity code scan issues (Bimal Jha)
21+
22+ * Add polaris.yml file for code scan (Bimal Jha)
23+
24+ * Return error from fetchall() if any fetch get error (#987 ) (bchoudhary6415)
25+
26+ * Polaris scan fix (#985 ) (bchoudhary6415)
27+
1282024-12-30, Version 3.2.5
229=========================
330
Original file line number Diff line number Diff line change 2222+--------------------------------------------------------------------------+
2323*/
2424
25- #define MODULE_RELEASE "3.2.5 "
25+ #define MODULE_RELEASE "3.2.6 "
2626
2727#include <Python.h>
2828#include <datetime.h>
Original file line number Diff line number Diff line change 3131from setuptools .command .install import install
3232
3333PACKAGE = 'ibm_db'
34- VERSION = '3.2.5 '
34+ VERSION = '3.2.6 '
3535LICENSE = 'Apache License 2.0'
3636readme = os .path .join (os .path .dirname (__file__ ),'README.md' )
3737
You can’t perform that action at this time.
0 commit comments