Skip to content

v2.1.51

Compare
Choose a tag to compare
@Yurunsoft Yurunsoft released this 05 Aug 02:10
· 76 commits to 2.1 since this release

增强

  • 模型关联支持跨数据库和跨连接池场景,模型关联注解新增 poolName 参数

  • 模型 @JsonDecode 注解新增 arrayWrap 参数 (#569)

优化

  • 回滚代码 (#568)

修复

  • 修复带 distinct 的分页查询器,记录数量返回不正确 (#571)

  • 修复 whereBrackets 返回非数组值时,生成的 SQL 不带括号 (#571)

  • 修复 PostgreSQL 模型在没有自增主键情况下使用 save() 执行错误的 SQL 语句 (#570)

  • 修复 Redis 模型的虚拟字段也会被保存的问题 (#567)

  • 修复 RedisModel 使用 Serializable、Serializables 注解后,影响保存的数据 (#566)

  • 修复 Swoole pgsql Statement 绑定 bool 类型值 (#565)