Releases: dromara/easy-query
Releases · dromara/easy-query
2.0.101
fix
- 修复jdk17下processor处理@NotNull时候针对非基本类型的bug
2.0.92
fix
- 修复ExpressionContext在clone的时候丢失printSQL和printNavSQL参数
feat
- 恢复filter的table property range处理
2.0.82
fix
- 修复range函数和filterConfigure冲突问题
2.0.80
feat
- 添加range处理视为一个整体
- range支持函数和列
- 添加printNavSQL支持子查询是否打印
- solon下的注入必须为非null
2.0.78
修复
- fix: 修复draft+count导致的错误cast string 2 long,发布2.0.78
2.0.77
特性
- 增加limitSelect和toPageSelectResult