Are you using JDBC/ODBC drivers? Just want to know why it's hard to execute SQL queries outside of transactions.
Can you switch to pessimistic transactions instead? -- Denis On Wed, Jan 2, 2019 at 7:24 AM whiteman <[email protected]> wrote: > Hi guys, > > As far as I am concerned this is a breaking behaviour. In Apache Ignite v > 2.5 it was possible to have the SQL query inside the optimistic > serializable > transaction. Point here is that SQL query might not be part of the > transaction (no guarantees) but was at least performed. In 2.7 this code > won't work at all. The advice to move all SQL queries outside the > transactions is in real world not possible. It would greatly increased > complexity of the codebase. My question is if there is a switch for > enabling > pre 2.7 behaviour. > > THanks, > Cheers, > D. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
