Linuxlovers commented on issue #11313:
URL: https://github.com/apache/ignite/issues/11313#issuecomment-2058817039

   I didn't see any support for transactions in this third-party package. 
Assuming the transaction statement is as follows
   BEGIN TRANSACTION;
    
   UPDATE account SET balance=balance -100 WHERE id=1;
   Update account SET balance=balance+100 WHERE id=2;
    
   COMMIT;
   
   can  i directly use c Is it executed using the QuerySQLFields method?


-- 
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