We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When saving a document containing Int64 values in the they will be converted to Double. Probably related to #747
{ "_id": { "$oid": "64a81216fc3208ccee8ec5f3" }, "guild_id": 818617667421601800 }
Hitting save will convert the guild_id field for this document to a Double
guild_id
The type of fields should not change to a different type on save
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #747.
Sorry, something went wrong.
No branches or pull requests
Bug Report
Current Behavior
When saving a document containing Int64 values in the they will be converted to Double.
Probably related to #747
Code/Gist
Hitting save will convert the
guild_id
field for this document to a DoubleExpected Behavior/Code
The type of fields should not change to a different type on save
Environment
Possible Solution
Additional Context/Screenshots
The text was updated successfully, but these errors were encountered: