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 was running some test code yesterday and noticed something unusual. It may well be an issue with Realm Studio rather than Realm, but thought I'd post here as a start.
Basically, compacting a Realm results in Realm Studio presenting an upgrade dialog when the Realm is opened.
Repro steps
The steps to reproduce (in code) are...
Create Realm
Add\Write IRealmObject (two properties, 1 x string primary key, 1 x byte[])
Close Realm
Open Realm
Delete IRealmObject
Close Realm
Compact Realm (using Realm.Compact)
Open Realm in Realm Studio (a "Realm file needs an upgrade" dialog appears, showing In-place & Backup and Upgrade options)
If you repeat the process without step 7, the Realm will open in Realm Studio without the prompt.
Version
Realm 12.0.0, Realm Studio 15.0.0/15.0.1
What Atlas Services are you using?
Local Database only
What type of application is this?
Unity
Client OS and version
Windows 10
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
Hello!
I was running some test code yesterday and noticed something unusual. It may well be an issue with Realm Studio rather than Realm, but thought I'd post here as a start.
Basically, compacting a Realm results in Realm Studio presenting an upgrade dialog when the Realm is opened.
Repro steps
The steps to reproduce (in code) are...
Create Realm
Add\Write IRealmObject (two properties, 1 x string primary key, 1 x byte[])
Close Realm
Open Realm
Delete IRealmObject
Close Realm
Compact Realm (using Realm.Compact)
Open Realm in Realm Studio (a "Realm file needs an upgrade" dialog appears, showing In-place & Backup and Upgrade options)
If you repeat the process without step 7, the Realm will open in Realm Studio without the prompt.
Version
Realm 12.0.0, Realm Studio 15.0.0/15.0.1
What Atlas Services are you using?
Local Database only
What type of application is this?
Unity
Client OS and version
Windows 10
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: