-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Realm object without primary key? #254
Comments
Good idea @Tj3n we'll add it. |
on the same topic, looks like we cant use if it was the latter it will never show up in |
I end up change the whole |
@Tj3n which branch are you using? Cant really find this mantioned change anywhere |
@thepelican it haven't been implemented yet in the lib, i changed it for my own use only, this depends on the author, he might create another function for that |
@Tj3n feel free to propose your solution. I'm more than open to discuss it and merge it into the repository. I haven't started working on it yet 😛 |
This is actually a critical for Realm user but it's pretty easy to fix, since CoreData's |
this issue its been closed but its not being resolved |
Hi, I'd like to ask what's the correct way to update a Realm Object that doesn't have primary key in 1 closure? I tried remove + insert but it gave me error, i have to change the
insert
function toupdate: false
only it works, maybe should include another function for insert without primary key?The text was updated successfully, but these errors were encountered: