Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Support unsigned big integer larger than i64::MAX for MySQL #334

Open
serejkaaa512 opened this issue Nov 15, 2021 · 0 comments · May be fixed by #335
Open

Support unsigned big integer larger than i64::MAX for MySQL #334

serejkaaa512 opened this issue Nov 15, 2021 · 0 comments · May be fixed by #335

Comments

@serejkaaa512
Copy link

Currently i64 is used to support MySQL UInt. Is it possible to replace it with u64 and support whole size of unsigned
big integer? serde_json supports u64 Number type.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant