Skip to content

Commit 38526de

Browse files
SNOW-2290731: Remove not existing parameter (#2317)
1 parent e609747 commit 38526de

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/java/net/snowflake/client/jdbc/BindingAndInsertingStructuredTypesLatestIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public Connection init(ResultSetFormatType queryResultFormat) throws SQLExceptio
4848
stmt.execute("alter session set ENABLE_STRUCTURED_TYPES_IN_CLIENT_RESPONSE = true");
4949
stmt.execute("alter session set IGNORE_CLIENT_VESRION_IN_STRUCTURED_TYPES_RESPONSE = true");
5050
stmt.execute("alter session set ENABLE_STRUCTURED_TYPES_IN_BINDS = enable");
51-
stmt.execute("alter session set ENABLE_OBJECT_TYPED_BINDS = true");
5251
stmt.execute("alter session set enable_structured_types_in_fdn_tables=true");
5352
stmt.execute("ALTER SESSION SET TIMEZONE = 'Europe/Warsaw'");
5453
stmt.execute(

src/test/java/net/snowflake/client/jdbc/BindingDataLatestIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ private Connection getConnection() throws SQLException {
710710
stmt.execute("alter session set ENABLE_STRUCTURED_TYPES_IN_CLIENT_RESPONSE = true");
711711
stmt.execute("alter session set IGNORE_CLIENT_VESRION_IN_STRUCTURED_TYPES_RESPONSE = true");
712712
stmt.execute("alter session set ENABLE_STRUCTURED_TYPES_IN_BINDS = enable");
713-
stmt.execute("alter session set ENABLE_OBJECT_TYPED_BINDS = true");
714713
stmt.execute("alter session set enable_structured_types_in_fdn_tables=true");
715714
}
716715
return conn;

0 commit comments

Comments
 (0)