[
https://issues.apache.org/jira/browse/IGNITE-26140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-26140:
--------------------------------------
Description:
This is a preparation step for migrating current JDBC driver implementation to
use thin client SQL API. The current implementation (JdbcResultSet) should not
change.
We need to add a new implementation for java.sql.ResultSet that will use
org.apache.ignite.sql.ResultSet for source of data.
To do this we will also need to add a second implementation of
ResultSetMetaData.
It will be necessary to add separate unit tests for the expected behavior of
the adapter.
NOTE: the work should be done in a separate package (for example
org.apache.ignite.internal.jdbc2)
NOTE2: Non-atutocommit mode and support for cancellation tokens are beyond the
scope of this task.
was:
This is a preparation step for migrating current JDBC driver implementation to
use thin client SQL API. The current implementation (JdbcResultSet) should not
change.
We need to add a new implementation for java.sql.ResultSet that will use
org.apache.ignite.sql.ResultSet for source of data.
To do this we will also need to add a second implementation of
ResultSetMetaData.
It will be necessary to add separate unit tests for the expected behavior of
the adapter.
NOTE: the work should be done in a separate package (for example
org.apache.ignite.internal.jdbc2)
> Sql. Jdbc. Add new implementation for java.sql.ResultSet (adapter for
> org.apache.ignite.sql.ResultSet).
> -------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-26140
> URL: https://issues.apache.org/jira/browse/IGNITE-26140
> Project: Ignite
> Issue Type: Improvement
> Components: jdbc ai3, sql ai3
> Reporter: Pavel Pereslegin
> Priority: Major
> Labels: ignite-3
>
> This is a preparation step for migrating current JDBC driver implementation
> to use thin client SQL API. The current implementation (JdbcResultSet) should
> not change.
> We need to add a new implementation for java.sql.ResultSet that will use
> org.apache.ignite.sql.ResultSet for source of data.
> To do this we will also need to add a second implementation of
> ResultSetMetaData.
> It will be necessary to add separate unit tests for the expected behavior of
> the adapter.
> NOTE: the work should be done in a separate package (for example
> org.apache.ignite.internal.jdbc2)
> NOTE2: Non-atutocommit mode and support for cancellation tokens are beyond
> the scope of this task.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)