[
https://issues.apache.org/jira/browse/IGNITE-23492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov updated IGNITE-23492:
--------------------------------------
Description:
ODBC has a function SQLCancel to cancel a statement. We ignite 3 odbc driver
should support it.
{noformat}
SQLRETURN SQLCancel(SQLHSTMT StatementHandle);
{noformat}
https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlcancel-function?view=sql-server-ver16
was:
ODBC has a function SQLCancel to cancel a statement. We ignite 3 odbc driver
should support it.
{noformat}
SQLRETURN SQLCancel(SQLHSTMT StatementHandle);
{noformat}
https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlcancel-function?view=sql-server-ver16
> Implement cancelation in ODBC
> -----------------------------
>
> Key: IGNITE-23492
> URL: https://issues.apache.org/jira/browse/IGNITE-23492
> Project: Ignite
> Issue Type: Improvement
> Components: odbc
> Reporter: Maksim Zhuravkov
> Priority: Major
> Labels: ignite-3
>
> ODBC has a function SQLCancel to cancel a statement. We ignite 3 odbc driver
> should support it.
> {noformat}
> SQLRETURN SQLCancel(SQLHSTMT StatementHandle);
> {noformat}
> https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlcancel-function?view=sql-server-ver16
--
This message was sent by Atlassian Jira
(v8.20.10#820010)