Skip to content

V2.0.45

Compare
Choose a tag to compare
@liu21st liu21st released this 03 Dec 02:30
· 123 commits to 2.0 since this release

Mongo驱动改进数据库事件
修复 more 方法中当前查询数据空时获取 lastId 会报错的问题
修复自动时间戳int类型 添加修改返回1970
修正transactionXa方法
删除Relation类update和delete方法
修复hasWhere closure为空时foreach报错
修复paginate 返回[] 而不是空数据集,而导致的hidden等方法无法调用
fix: 修复php8自动提交事务时的报错
修正hasWhere方法
value和column方法支持json字段和动态获取器
关联定义增加withDefault方法指定关联数据不存在时候的默认值
修复 whereNotBetweenTime 逻辑错误