This is a patch release primarily for fixing below issues in JDBC driver:
- Incorrect COLUMN_SIZE, DECIMAL_DIGITS, and CHAR_OCTET_LENGTH were returned from ClickHouseDatabaseMetaData.getColumns() - #807
- Failed to parse insert statement with CTE - #810
- PreparedStatement.setBytes() and ResultSet.getBytes() do not work
In addition, please be aware of below changes related to ClickHouseDataType:
- Enum is deprecated and it will be removed in 0.3.3 - it should be an alias of Enum8
- More aliases like
VARBINARY
were added
commits...
- [2631c0d]: Fix null DECIMAL_DIGITS and CHAR_OCTET_LENGTH (Zhichun Wu) #815
- [2949c8a]: Fix test failure (Zhichun Wu) #815
- [47bf6b0]: Consider CTE when parsing insert statement (Zhichun Wu) #817
- [c9ea0a1]: More data type aliases, return scale for number and datetime, and better binary string support (Zhichun Wu) #815
- [b11e807]: Improve binary data support (Zhichun Wu) #815
- [241feb3]: Use null binary value instead of empty byte array (Zhichun Wu) #815
- [671cd32]: Bump version to 0.3.2-patch3 (Zhichun Wu) #815