You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The UInt16/32/64 and Int16/32/64 numbers are typecasted to UInt and Int.
UInt should be used for id values (Int11 unsigned) and count results.
Int should be used for the rest of Integer numbers.