Skip to content

Commit

Permalink
release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amukherjee28 committed May 17, 2022
1 parent f4cd33e commit fa5dc9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
CHANGES
=======
2022/05/17
-autoload bug fix with SQLAlchemy 1.4.x
-remove warning message while connection
-add columns reflection with comments
-other bug fixes reported

2021/07/19
-add support for sqlalchemy 1.4
-Missing none check for dbma_name
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The IBM_DB_SA adapter provides the Python/SQLAlchemy interface to IBM Data Serve

Version
--------
0.3.7 (2021/07/16)
0.3.8 (2022/05/17)

Prerequisites
--------------
Expand Down
2 changes: 1 addition & 1 deletion ibm_db_sa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# | Contributors: Jaimy Azle, Mike Bayer |
# +--------------------------------------------------------------------------+

__version__ = '0.3.7'
__version__ = '0.3.8'

from . import ibm_db, pyodbc, base

Expand Down

0 comments on commit fa5dc9a

Please sign in to comment.