Better LinkType support#2987
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2987 +/- ##
===========================================
+ Coverage 93.16% 93.16% +<.01%
===========================================
Files 257 257
Lines 77130 77151 +21
===========================================
+ Hits 71855 71876 +21
Misses 5275 5275
Continue to review full report at Codecov.
|
|
Check the performance result here: https://ci.realm.io/job/realm/job/realm-core/job/PR-2987/1/Performance_Report |
|
Check the performance result here: https://ci.realm.io/job/realm/job/realm-core/job/PR-2987/2/Performance_Report |
ironage
left a comment
There was a problem hiding this comment.
Looks like a test0 file is still added to git. Please git rm -r cmake-build-debug
Otherwise 👍
| ### Enhancements | ||
|
|
||
| * None. | ||
| * Added `Tabe::get_link_type()` as a helper method for getting the link type from link columns. |
There was a problem hiding this comment.
sp: Tabe->Table
A nice to have is also to include: PR [#2987](https://github.com/realm/realm-core/pull/2987).
|
Check the performance result here: https://ci.realm.io/job/realm/job/realm-core/job/PR-2987/3/Performance_Report |
Better LinkType support (#2987)
A few small changes for making it easier for Object Store to adopt cascading deletes (weak/strong links). See realm/realm-object-store#622