Skip to content

ulong support #3445

Answered by fealebenpae
Unreal852 asked this question in Q&A
Sep 16, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Realm doesn’t natively support unsigned integers, so Realm Studio interprets the field as a signed integer.
You could use the decimal type for your field which is big enough to contain an UInt64 without having to reinterpret it and should visualize correctly in Studio, I believe.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Unreal852
Comment options

@Unreal852
Comment options

@fealebenpae
Comment options

Answer selected by Unreal852
@Unreal852
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants