- Update internal project workflow with pypi publishing
- v1.6.0(July 8, 2024)
- support for installing with SQLAlchemy 2.0.x - use `hatch` & `uv` for managing project virtual environments
- v1.5.4
- Add ability to set ORDER / NOORDER sequence on columns with IDENTITY
1.5.3
- v1.5.3(April 16, 2024)
- Limit SQLAlchemy to < 2.0.0 before releasing version compatible with 2.0
1.5.2
- v1.5.2(April 11, 2024)
- Bump min SQLAlchemy to 1.4.19 for outer lateral join - Add support for sequence ordering in tests
1.5.1
- 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.
1.5.0
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.
1.4.7
- Re-applied the application name of driver connection `SnowflakeConnection` to `SnowflakeSQLAlchemy`. - `SnowflakeDialect.get_columns` now throws a `NoSuchTableError` exception when the specified table doesn't exist, instead of the more vague `KeyError`. - Fixed a bug that dialect can not be created with empty host name. - Fixed a bug that `sqlalchemy.func.now` is not rendered correctly.