We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e8c07 commit bb7965aCopy full SHA for bb7965a
DESCRIPTION.md
@@ -9,6 +9,10 @@ Source code is also available at:
9
10
# Release Notes
11
12
+- v1.4.5(Unreleased)
13
+
14
+ - Improved performance of looking up columns in tables.
15
16
- v1.4.4(Nov 16, 2022)
17
18
- Fixed a bug that percent signs in a non-compiled statement should not be interpolated with emtpy sequence when executed.
setup.cfg
@@ -3,7 +3,7 @@ universal = 1
3
4
[metadata]
5
name = snowflake-sqlalchemy
6
-version = 1.4.4
+version = 1.4.5
7
description = Snowflake SQLAlchemy Dialect
8
long_description = file: DESCRIPTION.md
long_description_content_type = text/markdown
0 commit comments