Closed Craig-K2 closed 7 years ago
Thanks for reporting this, @Craig-K2! Could you send us a realm file to reproduce this issue?
Hi Dmitry,
Sorry for not replying earlier, been on a short holiday. I would gladly upload the realm file for you but I'm kind of new to GitHub and do not want the public to have access to it. I created a zip file and dragged it onto GitHub - the url created was available to the public.
How should I do this?
On Tue, May 30, 2017 at 3:41 PM, Dmitry Obukhov notifications@github.com wrote:
Thanks for reporting this, @Craig-K2 https://github.com/craig-k2! Could you send us a realm file to reproduce this issue?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/realm/realm-browser-osx/issues/320#issuecomment-304900012, or mute the thread https://github.com/notifications/unsubscribe-auth/AbshXmPu5Oj-STHhgXVz5KqQTboeYfiEks5r_CqZgaJpZM4NpQif .
@Craig-K2 thanks for being open to working with us 😄 . You can email anything privately to us at help@realm.io. Make sure to include a link to this issue so we know what it's in reference to. Thanks!
@Craig-K2 I've checked the realm file you sent us and to me everything looks good – realm schema matches the schema definition you posted. However if the main concern was related to the default property value, I'm not sure if Realm Xamarin support that. I suggest to ask this question in https://github.com/realm/realm-dotnet.
I'm closing this issue for now. @Craig-K2 if you need any further help or have any details to share please feel free to reopen it or create a new one.
Having installed the browser v2.1.8(92) on my Mac osSierra and opened my very empty realm to add some objects, noticed a discrepancy between the model class and how the browser displays the primary key field. See screen grabs...
The Name field is set to the primary key for uniqueness and will be input. The Id field will be used as the look up value.
Thanks