Skip to content

Commit

Permalink
2.8 release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Dec 13, 2024
1 parent b7f61ca commit f2d65db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/release/v2.8 2024-11-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ description: '此版本更新包含多个重要改进,包括最低Golang版本
- 在临时的子进程结束时,如新进程替换老进程时,自动删除临时的老进程二进制文件。
6. 改进`gf gen dao`命令:
- 增加`field mapping`特性,支持对指定字段配置生成的`Golang`数据类型:[数据规范-gen dao](../docs/开发工具/代码生成-gen/数据规范-gen%20dao.md)
- 整型字段如果长度为`1`,例如:`bit(1)/tinyint(1)/int(1)`,那么自动识别生成为`bool`类型的`Golang`数据类型。
- 自动读取生成代码文件的目录名称,作为生成的`dao/do/entity`文件的包名称。
- 由于`dm`数据库限制了`cli`支持的平台,因此`cli`去掉了对`dm`数据库的默认支持,若有需要请手动修改源码安装`cli`
- 修复传递`link`参数和配置文件同时存在的场景下,`link`参数失效问题。

0 comments on commit f2d65db

Please sign in to comment.