v0.51.6-public
·
4 commits
to release/0.51.x
since this release
[0.51.6-public] - 2025-01-26
Fixes
- TypeInfo Fixed an issue where
StructTypeInfo
nested withinArrayTypeInfo
orMapTypeInfo
would not quote field names in nested structures when usinggetTypeName(true)
method
[0.51.6-public] - 2025-01-26
修复
- TypeInfo 修复了当
StructTypeInfo
嵌套在ArrayTypeInfo
或MapTypeInfo
内时,getTypeName(true)
方法不会对嵌套内字段名进行 quote 的问题。