nizhikov commented on code in PR #11507:
URL: https://github.com/apache/ignite/pull/11507#discussion_r1745575139


##########
modules/platforms/cpp/odbc/include/ignite/odbc/message.h:
##########
@@ -49,6 +49,17 @@ namespace ignite
             };
         };
 
+        /**
+         * Default nested tx mode for compatibility.
+         */
+        struct NestedTxType
+        {
+            enum Type
+            {
+                NESTED_TX_MODE = 3

Review Comment:
   This constant has name `DEFAULT_NESTED_TX_MODE` in java code.
   Let's make it consistent here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to