Skip to content

Releases: dromara/easy-query

1.10.1

14 Feb 12:01
Compare
Choose a tag to compare
  • 支持关联关系联级筛选
  • 修改include的查询方式

1.9.33

01 Feb 08:26
Compare
Choose a tag to compare
  • feat: 1.9.28 添加EasyAssertMessage注解 添加findOrNull和findNotNull方法
  • feat: required 方法断言和修改fetcher修改为fetchBy
  • feat: 1.9.33 支持anonymous的注解信息

1.9.27

28 Jan 15:34
Compare
Choose a tag to compare
  • 添加sql-cache
  • feat: [#174]和draft修复select结果不支持具体类型
  • feat: EasyRedisManager 重命名 EasyCacheManager
  • feat: 优化错误消息

1.9.22

26 Jan 00:29
Compare
Choose a tag to compare
  • 添加sql-cache包支持缓存使用

1.9.20

24 Jan 03:34
Compare
Choose a tag to compare
  • select支持select(result.class)
  • select支持返回table

1.9.18

23 Jan 01:42
Compare
Choose a tag to compare
  • solon升级到2.6.5

1.9.17

21 Jan 03:04
Compare
Choose a tag to compare
  • 修复join5未被使用

1.9.16

21 Jan 01:26
Compare
Choose a tag to compare
  • 添加update和select支持setNull
  • 添加likeRaw用于处理值时无视ValueConverter

1.9.14

19 Jan 00:33
Compare
Choose a tag to compare
  • 优化draft,针对nulls last和nulls first进行适配

1.9.13

17 Jan 08:20
Compare
Choose a tag to compare
  • entityQuery支持复杂类型 的函数和表达式处理