Skip to content

Release v0.9.8

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Mar 22:35
8a3e33a

Improvements

  • [client-v2] Added Records#getSchema() to expose table schema metadata even when query result is empty. (#2777)

Bug Fixes

  • [jdbc-v1, jdbc-v2] Fixed type mapping/conversion behavior for large unsigned integer values (issue #2779), including related test coverage updates. (#2779)

  • [jdbc-v2] Fixed off-by-one bug in ArrayResultSet#next() that could return true one extra time and then fail with SQLException: No current row. (#2790)

  • [jdbc-v2] Fixed handling of malformed SELECT-like queries (for example, SELECT a, FROM table): previously, the driver could fail to read returned data when query type was not inferred before execution; now it detects a returned result set at runtime from the server response and reads it correctly. (#2784)

Updated Dependencies

  • [repo] Upgraded at.yawk.lz4:lz4-java from 1.10.2 to 1.10.4 to pick up native performance fixes. (#2778)

  • [repo] Upgraded com.fasterxml.jackson.core:jackson-core from 2.17.2 to 2.18.6 in jdbc-v2. (#2767)

  • [repo] Upgraded com.fasterxml.jackson.core:jackson-core from 2.17.2 to 2.18.6 in examples/client-v2. (#2766)