[ 
https://issues.apache.org/jira/browse/IGNITE-28649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18079205#comment-18079205
 ] 

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 
(4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}JDBC Driver{color} [[tests 
4|https://ci2.ignite.apache.org/viewLog.html?buildId=9054846]]
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinConnectionSavepointTest.testSqlDmlChangesCanBeRolledBackToSavepointUsingJdbc
 - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinConnectionSavepointTest.testJdbcSavepointCanStartTransactionBeforeSqlDml
 - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinConnectionSavepointTest.testJdbcSavepointApiRollsBackSqlDmlChanges - 
PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinConnectionSavepointTest.testJdbcUnnamedSavepointApiRollsBackSqlDmlChanges
 - PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9055855&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
>          Time Spent: 20m
>  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)

Reply via email to