tidwall / buntdb

BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
MIT License
4.57k stars 289 forks source link

strconv.ParseInt: parsing "18446744073709551612": value out of range #68

Closed ghostiam closed 3 years ago

ghostiam commented 3 years ago

Parses as int64: https://github.com/tidwall/buntdb/blob/18423895fce43b4b92a54d4d515bf64870227f7d/buntdb.go#L864 But saves as uint64: https://github.com/tidwall/buntdb/blob/18423895fce43b4b92a54d4d515bf64870227f7d/buntdb.go#L1225

Снимок экрана 2020-12-10 в 20 06 48

tidwall commented 3 years ago

Thanks!