Skip to content

Commit

Permalink
Updated version history
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrinkman committed Sep 29, 2024
1 parent db3b2db commit 1d170f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion certified-connectors/Snowflake v2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d170f4

Please sign in to comment.