Skip to content

Commit

Permalink
Map Snowflake Array type to c# string type
Browse files Browse the repository at this point in the history
  • Loading branch information
howryu committed Aug 31, 2018
1 parent 193b586 commit 1ba9915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snowflake.Data/Core/SFResultSetMetaData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ private Type GetNativeTypeForColumn(SFDataType sfType, ExecResponseRowType col)
case SFDataType.TEXT:
case SFDataType.VARIANT:
case SFDataType.OBJECT:
case SFDataType.ARRAY:
return typeof(string);
case SFDataType.DATE:
case SFDataType.TIME:
Expand Down

0 comments on commit 1ba9915

Please sign in to comment.