milvus/cmd/tools/migration
jaime 1d06d4324b
fix: Int64 overflow in JSON encoding (#37657)
issue: ##36621

- For simple types in a struct, add "string" to the JSON tag for
automatic string conversion during JSON encoding.
- For complex types in a struct, replace "int64" with "string."

Signed-off-by: jaime <yun.zhang@zilliz.com>
2024-11-14 22:52:30 +08:00
..
allocator Format the code (#27275) 2023-09-21 09:45:27 +08:00
backend enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
command Format the code (#27275) 2023-09-21 09:45:27 +08:00
configs Remove mysql metastore (#26633) 2023-08-29 14:36:26 +08:00
console [skip e2e] Exit migration after session expired (#20282) 2022-11-03 11:47:36 +08:00
legacy enhance: ignore proto generated files (#28537) 2023-11-22 10:20:22 +08:00
meta fix: Int64 overflow in JSON encoding (#37657) 2024-11-14 22:52:30 +08:00
migration feat: support etcd authentication (#30226) 2024-01-24 11:35:00 +08:00
mmap enhance: add vector index mgr to remove vector index type dependency (#36843) 2024-10-17 22:15:25 +08:00
utils Format the code (#27275) 2023-09-21 09:45:27 +08:00
versions
example.yaml Fix meta migration tool (#19814) 2022-10-17 15:07:25 +08:00
main.go