remove length

This commit is contained in:
Looly
2022-03-17 20:53:36 +08:00
parent c500c43890
commit b0605b55ba
3 changed files with 22 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
* 【core 】 Base32增加pad支持pr#2195@Github
* 【core 】 Dict增加setFields方法pr#578@Gitee
* 【db 】 新加db.meta的索引相关接口pr#563@Gitee
* 【db 】 Oracle中Column#typeName后的长度去掉pr#563@Gitee
*
### 🐞Bug修复
* 【core 】 修复ObjectUtil.hasNull传入null返回true的问题pr#555@Gitee