* Update JDBC driver to 2.0.5.
* Suppress log4j warnings.
* Fix the context manager to return a connection object instead of a cursor object.
* Remove query execution information.
Since the JDBC driver can not retrive query execution information, remove the following property from the cursor object. If you hack the JDBC driver, you may be able to retrive query execution information.
* QueryID
* OutputLocation
* DataScannedInBytes
* EngineExecutionTimeInMillis
* CompletionDateTime
* SubmissionDateTime