Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 16:28
· 14 commits to main since this release

0.18.0 (2024-11-30)

Bug Fixes

  • db: 解决 MySQL >= 8.0.19 通过 SHOW FULL COLUMNS 获取不到 tinyint 长度 (0773958)
  • Model: 解决设置数组,对象等下级数据后保存未生效 (a3a2a91)

Features

  • Ret, experimental: 附加数据时,检测到数据是对象(如模型)时,先将对象转换为数组 (bb8ae43)

BREAKING CHANGES

  • db: MySQL 需要账号可以访问 information_schema.COLUMNS