Skip to content

Commit

Permalink
GlobalVariant IgnoreCase
Browse files Browse the repository at this point in the history
优化
增加一个DxValue到StdValue转换的时候的类型解析注册的钩子,用来实现特殊类型的转换
增加是否忽略大小写
  • Loading branch information
suiyunonghen committed Jan 8, 2021
1 parent d00b35e commit 99cff45
Show file tree
Hide file tree
Showing 5 changed files with 1,182 additions and 1,085 deletions.
1 change: 1 addition & 0 deletions cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func FreeValue(v *DxValue) {
if v == nil{
return
}
v.Clear()
c := v.ownercache
v.ownercache = nil
if c!=nil{
Expand Down
Loading

0 comments on commit 99cff45

Please sign in to comment.