Files
gf/database/gdb
Hunk Zhu bec98e8de0 fix(database/gdb): clickhouse can not support int128/int256/uint128/uint256 (#4370)
When use clickhouse and use field type int128/int256/uint128/uint256. It
can not work well and it will return 0 value.
Add the new field types to let it work well.

By the way, the data struct field need be set to big.Int when use the
types.
2025-08-22 22:05:15 +08:00
..
2021-09-23 19:29:20 +08:00
2022-09-26 22:11:13 +08:00
2022-09-26 22:11:13 +08:00
2021-01-17 21:46:25 +08:00
2022-02-16 00:26:06 +08:00