v1.4.7
版本发布时间: 2023-03-22 04:22:24
snowflakedb/snowflake-sqlalchemy最新发布版本:v1.6.1(2024-07-10 00:53:47)
- Re-applied the application name of driver connection
SnowflakeConnection
toSnowflakeSQLAlchemy
. -
SnowflakeDialect.get_columns
now throws aNoSuchTableError
exception when the specified table doesn't exist, instead of the more vagueKeyError
. - Fixed a bug that dialect can not be created with empty host name.
- Fixed a bug that
sqlalchemy.func.now
is not rendered correctly.