JDBC Driver Version 2.3.2¶
Release Date: 24th February 2020
Qubole has released a new version of JDBC driver. For more details, see:
What’s New¶
These are the changes in this version:
- There are no major changes in this version. See List of Changes for more information.
List of Changes¶
Bug Fixes¶
- JDBC-184: JDBC Driver was scanning the entire query (including comments) to count
?
and it used to set the number of?
occurrences as parameter count. This bug fix ignores comments while scanning the query. Hence the occurrences of?
that appear in comments are not counted as parameters now. - JDBC-189: Earlier, there was a warning that JDBC driver used an older version of the Apache HTTP client. So, Qubole has now upgraded the Apache HTTP client version from 4.5.2 to 4.5.11.