You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,12 @@ Source code is also available at:
9
9
10
10
# Release Notes
11
11
12
-
- v1.4.7(Unreleased)
12
+
- v1.4.7(Mar 22, 2023)
13
13
14
14
- Re-applied the application name of driver connection `SnowflakeConnection` to `SnowflakeSQLAlchemy`.
15
15
-`SnowflakeDialect.get_columns` now throws a `NoSuchTableError` exception when the specified table doesn't exist, instead of the more vague `KeyError`.
16
+
- Fixed a bug that dialect can not be created with empty host name.
17
+
- Fixed a bug that `sqlalchemy.func.now` is not rendered correctly.
0 commit comments