[
https://issues.apache.org/jira/browse/IGNITE-28649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080419#comment-18080419
]
Ignite TC Bot commented on IGNITE-28649:
----------------------------------------
{panel:title=Branch: [pull/13112/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13112/head] Base: [master] : New Tests
(5)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 2{color} [[tests
4|https://ci2.ignite.apache.org/viewLog.html?buildId=9065561]]
* {color:#013220}IgniteCalciteTestSuite2:
JdbcThinConnectionSavepointTest.testJdbcSavepointApiRollsBackSqlDmlChanges -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2:
JdbcThinConnectionSavepointTest.testSqlDmlChangesCanBeRolledBackToSavepointUsingJdbc
- PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2:
JdbcThinConnectionSavepointTest.testJdbcUnnamedSavepointApiRollsBackSqlDmlChanges
- PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2:
JdbcThinConnectionSavepointTest.testJdbcSavepointCanStartTransactionBeforeSqlDml
- PASSED{color}
{color:#00008b}JDBC Driver{color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9065502]]
* {color:#013220}IgniteJdbcDriverTestSuite:
JdbcThinConnectionSelfTest.testSavepointsDisabledFeature - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9065577&buildTypeId=IgniteTests24Java8_RunAll]
> Support JDBC API for savepoint
> ------------------------------
>
> Key: IGNITE-28649
> URL: https://issues.apache.org/jira/browse/IGNITE-28649
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Assignee: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-2, ise
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> h3. Motivation
> We already have the savepoint API for KV and SQL. JDBC has its own
> specification of transaction endpoints.
> There are methods:
> {code}
> conn.setSavepoint()
> conn.setSavepoint("sp1")
> conn.rollback(sp)
> conn.releaseSavepoint(sp)
> {code}
> h3. Implementation notes
> If we support savepoint API, the method
> {{DatabaseMetaData.supportsSavepoints()}} should return true.
> h3. Definition of done
> JDBC client supports all built-in savepoint APIs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)