Skip to content

Releases: dromara/easy-query

v2.7.17

15 Mar 07:36
Compare
Choose a tag to compare

🔄 Other

  • refactor: 修改join为joining和stream对其
  • refactor: 添加单测
  • refactor: join rename joining
  • refactor: 抽象manyJoin和manyConfiguration
  • Merge branch '276hotfixmultieq'
  • build: partitionBy还未完成
  • Merge branch '276hotfixmultieq'
  • fix: 2.7.9
  • Merge branch '276hotfixmultieq'
  • Merge branch '276hotfixmultieq'
  • Merge branch '276hotfixmultieq'
  • refactor: 隐式partition by
  • refactor: 优化隐式partition by
  • build: 2.7.14
  • refactor: 修复多对多下manyJoin的bug
  • build: 2.7.15
  • build: 2.7.15
  • refactor: 修复many2many下的implicit group和implicit partition的bug
  • refactor: 修复many2many下的implicit group和implicit partition的bug
  • refactor: 修复many2many下的implicit group number default value

v2.7.13

14 Mar 09:39
Compare
Choose a tag to compare

🔄 Other

  • refactor: 2.7.13修复驼峰映射时的manyJoin的bug,添加columnFixedAs

v2.7.12

14 Mar 07:19
Compare
Choose a tag to compare

🔄 Other

  • build: 2.7.11修复驼峰映射时的manyJoin的bug
  • build: 2.7.12修复驼峰映射时的manyJoin的bug
  • build: 2.7.12修复驼峰映射时的manyJoin的bug

v2.7.10

14 Mar 06:25
Compare
Choose a tag to compare

🔄 Other

  • fix: manyJoin下关键key应该使用columnName而不是propertyName
  • build: 2.7.10修复驼峰映射时的manyJoin的bug

v2.7.9

14 Mar 04:46
Compare
Choose a tag to compare

🔄 Other

  • refactor: 优化springboot starter的build配置
  • build: 2.7.5
  • build: 2.7.5
  • fix: 修复人大金仓duration时间问题
  • fix: 2.7.9
  • fix: 2.7.9

2.7.6

13 Mar 11:59
Compare
Choose a tag to compare

Full Changelog: 2.7.5...2.7.6

v2.7.5

10 Mar 14:54
Compare
Choose a tag to compare

🔄 Other

  • refactor: 支持mssql和oracle下的true常量动态化方言
  • refactor: 添加单元测试
  • refactor: 2.7.5

v2.7.4

10 Mar 08:46
Compare
Choose a tag to compare

🔄 Other

  • refactor: manyJoin支持flatElement,RelationValueColumn增加属性错误提示
  • refactor: 添加RelationNullValueValidator处理null和kong的问题
  • refactor: 2.7.1
  • refactor: 添加单测
  • refactor: 修复none在manyJoin下的bug
  • refactor: 修复none在manyJoin下的bug,2.7.1修复relationNullValue的bug
  • refactor: 修复none在manyJoin下的bug,2.7.1修复relationNullValue的bug 2.7.3
  • refactor: 修复count distinct选择column的bug
  • refactor: 修复count distinct选择column的bug 2.7.4

v2.7.0

10 Mar 00:47
Compare
Choose a tag to compare

🔄 Other

  • refactor: 优化差异值获取
  • refactor: 添加单元测试
  • refactor: 完成manyJoin的单测和支持大部分场景
  • refactor: 完成manyJoin的单测和其余厂场景
  • refactor: 完成manyJoin的额外适配处理adapterExpression
  • refactor: 移除SQLManyQueryable的set方法
  • refactor: 移除SQLManyQueryable的set方法,添加manyJoin2和3
  • refactor: 2.7.0

v2.6.2

07 Mar 01:37
Compare
Choose a tag to compare

🔄 Other

  • feat: [#328]
  • 2.6.1
  • fix: 关联属性隐式排序bug修复,subQuery的RangeClosed使用between
  • fix: 支持动态排序
  • fix: 支持动态排序增加anyColumn作为动态属性静态使用
  • feat: 支持动态排序增加anyColumn作为动态属性静态使用
  • 2.6.2
  • refactor: 优化属性多级获取合并抽取代码