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

Vladimir Ozerov commented on IGNITE-4192:
-----------------------------------------

[~al.psc], my comments:
1) ConnectionPropertiesImpl.nestedTx - excpetion without a message?
2) ConnectionProperties#nestedTxMode - lets rework it to string for the sake of 
simplicity, no need to convert it back and forth constantly
3) JdbcThinStatement - why don't you pass autocommit flag to batched requests?
4) IgniteTransactionsImpl, GridNearTxLocal, GridCacheAdapter - we agreed to 
remove this flag
5) IgniteQueryErrorCode.TRANSACTION_TYPE_MISMATCH - remove
6) JdbcBatchExecuteRequest - how autoCommit field is set?
7) JdbcConnectionContext - AssertionError?
8) JdbcRequestHandlerWorker - exceptions are not handled
9) JdbcRequestHandler.query - rework transaction state management - it sohuld 
be done inside indexing module, so that all query types (native, JDBC, ODBC) 
could use it
10) We should not throw AssertionError (JdbcConnectionContext, 
JdbcRequestHandler)

> SQL TX: JDBC driver support
> ---------------------------
>
>                 Key: IGNITE-4192
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4192
>             Project: Ignite
>          Issue Type: Task
>          Components: jdbc, sql
>            Reporter: Denis Magda
>            Assignee: Alexander Paschenko
>              Labels: iep-3
>             Fix For: 2.4
>
>
> To support execution of DML and SELECT statements inside of a transaction 
> started from JDBC driver side.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to