v4.2.3 (2021-02-26)
<dependency>
<groupId>net.hasor</groupId>
<artifactId>hasor-db</artifactId>
<version>4.2.3</version>
</dependency>
Added
- Added dialects for DM, Kingbase, Xugu, and
Oracle12c. LambdaOperationsinterface addsupdate,delete, andinsertcontracts (implementation in the next release).
Improved
- Promoted dialect implementations to top-level modules in the db project.
- Moved
jdbc.mappingundertypesas a submodule since it aligns closely with types. - Enhanced dialects with pagination support; pagination is integrated into
JdbcTemplate. applyConnectionandsetAccessorApplynow acceptEFunction.- Removed the
loggerErrorsproperty. - Lambda-generated SQL now uses
?placeholders directly instead ofmap keynames. - Moved
net.hasor.db.types.mappingcontents tonet.hasor.db.dal.orm.
Fixed
- Corrected the mapping for the DEFAULT isolation level.