File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ Snowflake Documentation is available at:
7
7
Source code is also available at:
8
8
< https://github.com/snowflakedb/snowflake-sqlalchemy >
9
9
# Unreleased Notes
10
- - Fix get_multi_indexes issue, wrong assign of returned indexes when processing multiple indexes in a table
11
10
12
11
# Release Notes
12
+ - v1.7.6(July 07, 2025)
13
+ - Fix get_multi_indexes issue, wrong assign of returned indexes when processing multiple indexes in a table
14
+
13
15
- v1.7.5(June 20, 2025)
14
16
- Fix compilation of Merge and Copy Into was not working
15
17
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.5 "
6
+ VERSION = "1.7.6 "
You can’t perform that action at this time.
0 commit comments