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)