Skip to content

Weed 3.4.22

Compare
Choose a tag to compare
@noear noear released this 17 Apr 06:52
· 58 commits to master since this release
  • 修复 cmd.toSqlString() 在批处理时,会出错的问题
  • 修复 cmd.toSqlString(),当最后为 ? 时,会差一个值的问题
  • 增加 tb.updateBy() 接口
  • 增加 实体接收时,支持 数字型转 LocalDataTime
  • 增加对 kotlin data class 和 jdk14+ record 的支持
  • 增加 IPage page = db.table("user").selectPage("*", User.class); 接口
  • 修复 call("@xxx", args) 参数不生效的问题
  • 调整 数据模型,排除 transient 字段
  • 调整 缓存 当时间为0时,增加默认时间的处理
  • 升级 redisx 1.4.1