v4.2.5 (2021-03-31)
<dependency>
<groupId>net.hasor</groupId>
<artifactId>hasor-db</artifactId>
<version>4.2.5</version>
</dependency>
Added
- MySQL metadata utility that bypasses the JDBC driver to query the metadata store, avoiding driver-level risks.
Improved
- In
JdbcTemplate,setParameterValuenow delegates toTypeHandlerRegistry. - Made
TypeHandlerRegistry.registerCrosspublic.
Fixed
TypeHandlerRegistryno longer mapsCLOB/NCLOBandStringtoClobReaderTypeHandler/NClobReaderTypeHandlerincorrectly.- MySQL
yeartype metadata returnsjdbcTypeasDATE, but the MySQL driver cannot be read viagetDate(); compatibility fixed. - Fixed
UnknownTypeHandlerNPE during initialization. https://gitee.com/zycgit/hasor/issues/I3A90Z