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:
8
8
< https://github.com/snowflakedb/snowflake-sqlalchemy >
9
9
10
10
# Release Notes
11
- - (Unreleased )
11
+ - v1.7.3(January 15, 2025 )
12
12
- Fix support for SqlAlchemy ARRAY.
13
13
- Fix return value of snowflake get_table_names.
14
14
- Fix incorrect quoting of identifiers with ` _ ` as initial character.
15
15
- 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 ` .
17
17
- With the flag in ` False ` , the ` / ` division operator will be treated as a float division and ` // ` as a floor division.
18
18
- This flag is added to maintain backward compatibility with the previous behavior of Snowflake Dialect division.
19
19
- 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 3
3
#
4
4
# Update this for the versions
5
5
# 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