Skip to content
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

Support for deleting Realms #95

Closed
rorbech opened this issue Dec 7, 2020 · 3 comments · Fixed by #675
Closed

Support for deleting Realms #95

rorbech opened this issue Dec 7, 2020 · 3 comments · Fixed by #675
Assignees

Comments

@rorbech
Copy link
Contributor

rorbech commented Dec 7, 2020

We need to be able to delete the actual files of a Realm.

As of now the is no C-API for ensuring exclusive access to the files like the old

DB::call_with_lock(realm_path, [&](std::string path)

from Java.

@sync-by-unito
Copy link

sync-by-unito bot commented Feb 23, 2021

➤ Nabil Hachicha commented:

We added createTempDir & deleteTempDir which are platform-dependent routines to increase test isolation (running each test within its own temp directory) so we should postpone this

@cmelchior
Copy link
Contributor

Added realm/realm-core#5058

@fealebenpae
Copy link
Member

Please see realm/realm-core#5127.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants