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

Realm C++

Results 56 realm-cpp issues
Sort by recently updated
recently updated
newest added

## What, How & Why? Since the 301/308 http redirection support is being removed from Core via https://github.com/realm/realm-core/pull/7996, these changes add support to the CPP SDK network transport to support...

In order to verify the networking transport changes to support a 301 or 308 redirect for RCPP-89, create a couple of tests that verifies it operation: * add networking tests...

In order to support the removal of Core's redirection support for RCORE-2222, the CPP SDK needs to be updated to handle 301/308 redirection responses from the server in its network...

### Problem Hi would like to suggest if it is possible since device sync were depracated , syncing to atlas will no longor working after september , can you allow...

T-Enhancement
O-Community

### What happened? I am testing time in realm with local c++ and I want to record many records at once without a for loop but I could not succeed....

T-Bug
O-Community
SDK-Use:Local

### Issue Description The CMake configuration process fails due to a non-existent target `Sync` being included in `INSTALL_TARGETS` when `REALM_ENABLE_SYNC=OFF`. The target `Sync` should only be appended to `INSTALL_TARGETS` if...