Skip to content

Releases: looker-open-source/bqjdbc

v2.3.13 Release

23 Aug 20:01
9685206
Compare
Choose a tag to compare

Addresses an issue from v2.3.12 which changed how invalid oauth tokens were handled.

Update Google Auth libraries

18 Aug 23:36
8e170ed
Compare
Choose a tag to compare
  • Updates to latest google auth libraries for handling OAuth and service accounts.
  • Formats code with google-java-format

v2.3.11 Release

17 Aug 18:27
8a14db2
Compare
Choose a tag to compare
  • Make getTotalBytesProcessed() and getCacheHit() nullable. A null value indicates that the total_bytes_processed or cache_hit fields were omitted from a query response, generally because they are not applicable to some query. This could be due to the query being non-standard SQL, e.g. storing procedures, or due to the configuration of the database, e.g. row-level ACL's prevent reporting of total_bytes_processed to avoid leaking table size information. They are liable to be null for any query.
  • Add a timeoutMs JDBC parameter to override the default timeout, which is effectively indefinite.

v2.3.10 Release

05 Aug 17:29
357d0d7
Compare
Choose a tag to compare

Enrich the error message for BQSQLException message for all Exceptions rather than simply the GoogleJsonResponseException

v2.3.9 Release

30 Jul 18:15
29b5c33
Compare
Choose a tag to compare

Add a boolean parameter queryCache to control whether or not to use BigQuery's query cache. Enabled (true) by default. Setting it to anything besides true (case-insensitive) will disable the cache.

v2.3.8 Release

12 Jul 23:04
9b6d46c
Compare
Choose a tag to compare

Fix NPE error in async query path.

v2.3.7 Release

02 Jul 18:07
ea48fc8
Compare
Choose a tag to compare

Fix NPE being thrown due to fields being absent in query responses. Generally robustify our handling of these responses.

v2.3.6 release

09 Jun 00:13
adc1dfc
Compare
Choose a tag to compare

Add support for Geography field types

v2.3.5 Release

27 May 23:46
8149fe7
Compare
Choose a tag to compare

Add support for getting totalBytesProcessed and cacheHit from results sets.

v2.3.4 Release

13 Apr 20:27
c6ec9b4
Compare
Choose a tag to compare

f3480dd Adds BIGNUMERIC support