Hi, Transactions are not supported in Ignite JDBC driver because updates are not supported. It looks like sqline calls setTransactionIsolation on startup, I'm not sure why. However, I don't think it's correct to throw an exception either, so I created a ticket: https://issues.apache.org/jira/browse/IGNITE-3656
As for the 'first' keyword, Ignite supports 'OFFSET .. LIMIT ..' instead, so you query will look like this: select tid,idint,idbigint,idchar,idts from testtable limit 10 -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Stored-Procedure-tp6548p6863.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
