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
Only strings are allowed as primary keys for now. Since primary keys are used for dictionary checking and serializing dictionaries only works if keys are strings, it is necessary that all backend primary keys be strings. However it is perfectly possible to simply convert from any object to string and vice-versa to allow for other types.
If I have this model:
the objects at the store acquire a UUID as ReqId.
If I change the model to this, the primary key is fine:
The text was updated successfully, but these errors were encountered: