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 returntrueone extra time and then fail withSQLException: 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-javafrom1.10.2to1.10.4to pick up native performance fixes. (#2778) -
[repo] Upgraded
com.fasterxml.jackson.core:jackson-corefrom2.17.2to2.18.6injdbc-v2. (#2767) -
[repo] Upgraded
com.fasterxml.jackson.core:jackson-corefrom2.17.2to2.18.6inexamples/client-v2. (#2766)