Skip to content

1.4.31

Compare
Choose a tag to compare
@xuejmnet xuejmnet released this 26 Sep 14:10
· 740 commits to main since this release
  • 实现comparable接口的方法采用compareTo去判断而不是equals,因为BigDeicmal("1.0")和BigDecimal("1")是一样的 1.4.28
  • 添加selectCount链式方法直接生成Count(*)方法 1.4.28
  • 优化easyQueryClient下的sqlNativeSegment 1.4.29
  • 优化拆分filter组件接口 1.4.29
  • 修复达梦 oracle下page分页offset为0时的bug,添加whereObject的multi property支持 1.4.29
  • 1.4.30 修复case when不支持属性模式只支持常量的bug
  • 支持重复参数复用 1.4.31
  • 自定义whereObject,自定义orderByObject 1.4.31
  • ConditionConfigurable 改为 FilterConfigurable 1.4.31