Re: JDBC CQL Driver setAutoCommit Unsupported Method

2011-07-14 Thread Jonathan Ellis
Unsupported means it doesn't work yet. :) In the case of autocommit, I'm not sure it will ever make sense. On the one hand it could make sense to turn autocommit=off statements into a batch, but we don't want to confuse people into thinking it provides some kind of transaction isolation for reads

JDBC CQL Driver setAutoCommit Unsupported Method

2011-07-14 Thread Derek Tracy
Still trying to integrate Cassandra's CQL JDBC driver with my companies ETL but ran into another roadblock. I will caveat this post with "I do not know a lot about JDBC and how it is implemented" When trying to test the connection (using the ETL) I get an Unsupported Method exception, I looked at