You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Popov (JIRA)" <ji...@apache.org> on 2018/02/15 12:59:00 UTC

[jira] [Created] (IGNITE-7720) Update ODBC cluster configuration: replace OdbcConfiguration with ClientConnectorConfiguration

Alexey Popov created IGNITE-7720:
------------------------------------

             Summary: Update ODBC cluster configuration: replace OdbcConfiguration with ClientConnectorConfiguration
                 Key: IGNITE-7720
                 URL: https://issues.apache.org/jira/browse/IGNITE-7720
             Project: Ignite
          Issue Type: Task
          Components: documentation
    Affects Versions: 2.3
            Reporter: Alexey Popov


https://apacheignite-sql.readme.io/docs/odbc-driver#section-cluster-configuration

Please note that ODBC configuration is depricated. It is better to update this page with 
ClientConnectorConfiguration

BTW, https://apacheignite-sql.readme.io/docs/jdbc-driver is already updated )

/**
 * ODBC configuration.
 * <p>
 * Deprecated as of Apache Ignite 2.1. Please use {@link ClientConnectorConfiguration} and
 * {@link IgniteConfiguration#setClientConnectorConfiguration(ClientConnectorConfiguration)} instead.
 */
@Deprecated
public class OdbcConfiguration {




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)