You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2023/12/05 12:13:37 UTC

(ignite) branch master updated: IGNITE-10268 Removed documentation about deprecated "replicatedOnly" flag (#10700)

This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f93c7b3b05 IGNITE-10268 Removed documentation about deprecated "replicatedOnly" flag (#10700)
6f93c7b3b05 is described below

commit 6f93c7b3b05be5627600463d6a1855c0416fbc5d
Author: liyujue <18...@163.com>
AuthorDate: Tue Dec 5 20:13:30 2023 +0800

    IGNITE-10268 Removed documentation about deprecated "replicatedOnly" flag (#10700)
---
 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`