-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
?
-
Kotlin Beta sprint 18
-
353
It should not be possible to update a primary key field. Probably by enforcing it to be a val, but also throwing errors for dynamic APIs.
Right now it is even possible to update with a value that is overlapping.
Underlying core issue of not raising errors is tracked by https://github.com/realm/realm-core/issues/4808
- depends on
-
RCORE-773 Throw an error when updating primary key field
- Backlog