This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch ignite-2.16
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-2.16 by this push:
new 078ee2dda5c IGNITE-10268 Removed documentation about deprecated
"replicatedOnly" flag (#10700)
078ee2dda5c is described below
commit 078ee2dda5cbda949da45a41421950631ef88881
Author: liyujue <[email protected]>
AuthorDate: Tue Dec 5 20:13:30 2023 +0800
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 1047053028d..7e740407d9d 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`