realm-core icon indicating copy to clipboard operation
realm-core copied to clipboard

Core database component for the Realm Mobile Database SDKs

Results 434 realm-core issues
Sort by recently updated
recently updated
newest added

## What, How & Why? Implement a mechanism for notifying SDKs when db read transaction version is bumped. Fixes: https://github.com/realm/realm-core/issues/5246 ## ☑️ ToDos * [ ] 📝 Changelog update *...

cla: yes

It turned out that server compaction has been broken ever since the merge into monorepo as the history_ttl field was never actually set. This might be why the now-deleted client...

cla: yes

## What, How & Why? The sync protocol is updated such that JSON_ERROR messages can be sent from client to server too. The sync client sends error messages when remote...

cla: yes

## What, How & Why? The primary goal was to allow passing in lambdas that don't take an `exception_ptr`. I asked on #realm-sdk-team and the replies suggested doing the breaking...

cla: yes

## What, How & Why? ## ☑️ ToDos * [ ] 📝 Changelog update * [ ] 🚦 Tests (or not relevant) * [ ] C-API, if public C++ API...

cla: yes

## What, How & Why? Automatically handle backlinks migration from TopLevel ==> Embedded objects. In case of 0 backlinks, delete automatically the object In case of multiple backlinks, duplicate the...

cla: yes

## What, How & Why? Fixes #5728 ## ☑️ ToDos * [x] 📝 Changelog update * [x] 🚦 Tests (or not relevant) * [x] C-API, if public C++ API changed.

cla: yes

#### SDK and version SDK : realm-js Version: 10.19.5 #### Observations * How frequent do the crash occur? The crash is happening on background after 15 mins * Does it...

O-Community

#### SDK and version iOS SDK: 10.28.4, KMP SDK: 12.1.0 #### Observations * How frequent do the crash occur? **Always** * Does it happen in production or during dev/test? **During...

Reproduction-Required
O-Community
More-information-needed
Waiting-For-Reporter

The crash happens when I try to update a user object: ` await _uiRealm.WriteAsync(() => { appUser = _uiRealm.All().FirstOrDefault(); appUser.ServerVersion = value; }); _currentFrozenUser = appUser.Freeze(); ` [crash.txt](https://github.com/realm/realm-core/files/9288158/crash.txt)

O-Community
Needs-Attention