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
I have a DB Table that the ID field is 64bits. When I use the repository to query, I received the value of the ID field not the same as the original value. I think loopback converted to int by parseInt function.
Ex:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a DB Table that the ID field is 64bits. When I use the repository to query, I received the value of the ID field not the same as the original value. I think loopback converted to int by
parseInt
function.Ex:
186075544478195712
186075544478195700
Help me, please.
Beta Was this translation helpful? Give feedback.
All reactions