Re: Issue while using transactions in sql apache ignite console grid gain

2019-12-02 Thread harinath
Hi, Thank you for the confirmation. Thanks, Harinath -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Issue while using transactions in sql apache ignite console grid gain

2019-11-28 Thread akurbanov
Hello, Can confirm that this is not working because multistatement execution is not yet supported by the console/visor. I've tested your case a little with JDBC and it works just fine for the statements you have shared with snippet like this: try (Connection conn = DriverManager.getConne

Re: Issue while using transactions in sql apache ignite console grid gain

2019-11-25 Thread harinath
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Issue while using transactions in sql apache ignite console grid gain

2019-11-25 Thread harinath
Hi, Thanks for the response. We are running this queries on Ignite Console Grid Gain. Plan is to use native driver with thick client Yes the table is created with Atomicity as TRANSACTIONAL_SNAPSHOT CREATE TABLE TempTable ( ID int, Name varchar(255), LastName varchar(255), Age int

Re: Issue while using transactions in sql apache ignite console grid gain

2019-11-21 Thread akurbanov
Hello, what do you use to execute there queries? Could you please try using JDBC and check if it is working there. Also, please share the cache configuration, do you use TRANSACTIONAL_SNAPSHOT? https://apacheignite.readme.io/docs/multiversion-concurrency-control -- Sent from: http://apache-