Releases: snowflakedb/snowflake-sqlalchemy
Releases · snowflakedb/snowflake-sqlalchemy
Release
Release
-
v1.5.3(April 16, 2024)
- Limit SQLAlchemy to < 2.0.0 before releasing version compatible with 2.0
Release
-
v1.5.2(April 11, 2024)
- Bump min SQLAlchemy to 1.4.19 for outer lateral join
- Add support for sequence ordering in tests
Release
- Fixed a compatibility issue with Snowflake Behavioral Change 1057 on outer lateral join, for more details check https://docs.snowflake.com/en/release-notes/bcr-bundles/2023_04/bcr-1057.
- Fixed credentials with
externalbrowser
authentication not caching due to incorrect parsing of boolean query parameters.- This fixes other boolean parameter passing to driver as well.
Release
Added option to create a temporary stage command.
Added support for geometry type.
Fixed a compatibility issue of regex expression with SQLAlchemy 1.4.49.
Release
- 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.
Release
- Bumped snowflake-connector-python dependency to newest version which supports Python 3.11.
- Reverted the change of application name introduced in v1.4.5 until support gets added.
Release
- Updated the application name of driver connection
SnowflakeConnection
toSnowflakeSQLAlchemy
.
Release
- Fixed a bug that percent signs in a non-compiled statement should not be interpolated with emtpy sequence when executed.
Release
- Fixed a bug that
SnowflakeDialect.normalize_name
andSnowflakeDialect.denormalize_name
could not handle empty string. - Fixed a compatibility issue to vendor function
sqlalchemy.engine.url._rfc_1738_quote
as it is removed from SQLAlchemy v1.4.42.