database/gdb: The columnValueToLocalValue() and CheckLocalTypeForField() functions determine that the UNSIGNED INT unsigned type is a string type when converting it. #4067
Labels
bug
It is confirmed a bug, but don't worry, we'll handle it.
Go version
go1.22
GoFrame version
2.8.3
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
主键UNSIGNED类型能进入gconv.Convert转化成int类型,非主键的UNSIGNED INT类型进入ConvertValueForLocal分支,但该函数转化成了string类型
What did you see happen?
查询主键和非主键的UNSIGNED INT,打印结构不一致
What did you expect to see?
查询主键和非主键的UNSIGNED INT,打印结构不一致
The text was updated successfully, but these errors were encountered: