JDBC Driver Version 1.1.12

Release Date: 15th March 2019

Qubole has released a new version of JDBC driver. For more details, see:

What’s New

These are the changes in this version:

  • The JDBC driver now supports VALUES for defining an inline table in an SQL query. For more information, see SQL Values.
  • The JDBC driver now supports retries in case of unsuccessful HTTP GET requests for successfully executed queries.

List of Changes

Bug Fixes

  • JDBC-137: A Presto query failed as it had an inline table defined by VALUES. The JDBC driver now supports VALUES for defining an inline table in an SQL query. For more information, see SQL Values.
  • JDBC-138: The JDBC driver could not display correct information for some successful queries. To resolve this issue, the JDBC driver now supports retries in case of unsuccessful HTTP GET requests for successfully executed queries.