You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Added
6
6
- Added support for DoD (.mil) domains
7
-
-Support to fetch metadata in PreparedStatement for SELECT queries before executing the query.
7
+
-Enables fetching of metadata for SELECT queries using PreparedStatement prior to setting parameters or executing the query.
8
8
- Added support for SSL client certificate authentication via keystore configuration parameters: SSLKeyStore, SSLKeyStorePwd, SSLKeyStoreType, and SSLKeyStoreProvider.
* Sets the designated parameter to the given array of bytes. The driver converts this to hex literal in the format X'hex' and interpolate it into the SQL statement.
177
-
* Works only when supportManyParameters is enabled in the connection string.
188
+
* Sets the designated parameter to the given array of bytes. The driver converts this to hex literal in the format X'hex' and interpolate it into the SQL statement.
189
+
* Works only when supportManyParameters is enabled in the connection string.
178
190
179
-
* @param parameterIndex – the first parameter is 1, the second is 2, ...
180
-
* @param x – the parameter value
181
-
* @throws SQLException - if a database access error occurs or this method is called on a closed PreparedStatement
182
-
* @throws DatabricksSQLFeatureNotSupportedException - if parameter interpolation is not enabled
191
+
* @param parameterIndex – the first parameter is 1, the second is 2, ...
192
+
* @param x – the parameter value
193
+
* @throws SQLException - if a database access error occurs or this method is called on a closed PreparedStatement
194
+
* @throws DatabricksSQLFeatureNotSupportedException - if parameter interpolation is not enabled
0 commit comments