Skip to content

Commit 5499f89

Browse files
Revert commented lines
1 parent a1750f1 commit 5499f89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Snowflake.Data.Tests/IntegrationTests/StructuredTypesIT.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ protected void EnableStructuredTypes(SnowflakeDbConnection connection, ResultFor
1010
{
1111
using (var command = connection.CreateCommand())
1212
{
13-
//command.CommandText = "alter session set ENABLE_STRUCTURED_TYPES_IN_CLIENT_RESPONSE = true";
14-
//command.ExecuteNonQuery();
15-
//command.CommandText = "alter session set IGNORE_CLIENT_VESRION_IN_STRUCTURED_TYPES_RESPONSE = true";
16-
//command.ExecuteNonQuery();
13+
command.CommandText = "alter session set ENABLE_STRUCTURED_TYPES_IN_CLIENT_RESPONSE = true";
14+
command.ExecuteNonQuery();
15+
command.CommandText = "alter session set IGNORE_CLIENT_VESRION_IN_STRUCTURED_TYPES_RESPONSE = true";
16+
command.ExecuteNonQuery();
1717
command.CommandText = $"ALTER SESSION SET DOTNET_QUERY_RESULT_FORMAT = {resultFormat}";
1818
command.ExecuteNonQuery();
1919
}

0 commit comments

Comments
 (0)