Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@laughingman7743 laughingman7743 released this 15 Sep 16:21
· 172 commits to master since this release
  • 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