-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change uint64 to int64 among data inserted into the DB (#381)
According to the document below, when marshaling D or M to BSON, uint64 is marshaled to int64. So even now a number is less than math.MaxInt64 is fine, but changing it can make the datatype more consistent. https://pkg.go.dev/go.mongodb.org/mongo-driver/bson#hdr-Native_Go_Types Co-authored-by: Beomgi Kim <[email protected]>
- Loading branch information
1 parent
9a7bacb
commit dd24c85
Showing
33 changed files
with
329 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.