From 1d170f4b4fb9d7aa05d53434d6cf8a73911898df Mon Sep 17 00:00:00 2001 From: jbrinkman Date: Sun, 29 Sep 2024 19:33:17 -0400 Subject: [PATCH] Updated version history --- certified-connectors/Snowflake v2/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/certified-connectors/Snowflake v2/readme.md b/certified-connectors/Snowflake v2/readme.md index 9f68fbe118..a98d344831 100644 --- a/certified-connectors/Snowflake v2/readme.md +++ b/certified-connectors/Snowflake v2/readme.md @@ -95,12 +95,17 @@ Currently, Power Apps does not support dynamic schema. You can still use the con ## Version History +### September 2024 + +- Fix issue where **Submit SQL Statement for Execution** and **Check the Status and Get Results** actions were not handling fields with an object or array schema type. +- Resolve issue where multi-statement count parameter was not being handled by the **Submit SQL Statement for Execution** action. + ### August 2024 #### Fixes - Resolve issue where null values for numeric columns would result in an error when calling **Submit SQL Statement for Execution** action or the **Convert result set rows from array to objects** action. -- Resolve issue where multi-partition results are not properly converted to JSON objects when calling the **Convert result set rows from array to objects** action. +- Resolve issue where multi-partition results are not properly converted to JSON objects when calling the **Convert result set rows from array to objects** action. - Resolve issue where the **Convert result set rows from array to objects** action would not properly convert the result set rows to JSON objects. #### Breaking Changes