From 078ee2dda5cbda949da45a41421950631ef88881 Mon Sep 17 00:00:00 2001 From: liyujue <18624049226@163.com> Date: Tue, 5 Dec 2023 20:13:30 +0800 Subject: [PATCH] IGNITE-10268 Removed documentation about deprecated "replicatedOnly" flag (#10700) (cherry picked from commit 6f93c7b3b05be5627600463d6a1855c0416fbc5d) --- docs/_docs/SQL/JDBC/jdbc-driver.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/_docs/SQL/JDBC/jdbc-driver.adoc b/docs/_docs/SQL/JDBC/jdbc-driver.adoc index 1047053028d6a..7e740407d9def 100644 --- a/docs/_docs/SQL/JDBC/jdbc-driver.adoc +++ b/docs/_docs/SQL/JDBC/jdbc-driver.adoc @@ -102,12 +102,6 @@ See the link:security/authentication[Authentication] and link:sql-reference/ddl# on each node participating in the query. |`false` -|`replicatedOnly` - -|Whether the query contains only replicated tables. This is a hint for potentially more effective execution. - -|`false` - |`autoCloseServerCursor` |Whether to close server-side cursors automatically when the last piece of a result set is retrieved. When this property is enabled, calling `ResultSet.close()` does not require a network call, which could improve performance. However, if the server-side cursor is already closed, you may get an exception when trying to call `ResultSet.getMetadata()`. This is why it defaults to `false`. |`false`