File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Source code is also available at:
88< https://github.com/snowflakedb/snowflake-sqlalchemy >
99
1010# Release Notes
11- - (Unreleased )
11+ - v1.7.3(January 15, 2025 )
1212 - Fix support for SqlAlchemy ARRAY.
1313 - Fix return value of snowflake get_table_names.
1414 - Fix incorrect quoting of identifiers with ` _ ` as initial character.
1515 - Fix ARRAY type not supported in HYBRID tables.
16- - Added ` force_div_is_floordiv ` flag to override ` div_is_floordiv ` new default value ` False ` in ` SnowflakeDialect ` .
16+ - Add ` force_div_is_floordiv ` flag to override ` div_is_floordiv ` new default value ` False ` in ` SnowflakeDialect ` .
1717 - With the flag in ` False ` , the ` / ` division operator will be treated as a float division and ` // ` as a floor division.
1818 - This flag is added to maintain backward compatibility with the previous behavior of Snowflake Dialect division.
1919 - This flag will be removed in the future and Snowflake Dialect will use ` div_is_floor_div ` as ` False ` .
Original file line number Diff line number Diff line change 33#
44# Update this for the versions
55# Don't change the forth version number from None
6- VERSION = "1.7.2 "
6+ VERSION = "1.7.3 "
You can’t perform that action at this time.
0 commit comments