Uploaded image for project: 'Realm Core'
  1. Realm Core
  2. RCORE-372

`Obj::set_list_values` inappropriately resizes list for LinkList

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      If calling set_list_values for a LinkList, the list is resized with null values before the insertion, which for LinkLists is disallowed (since LinkLists cannot have nullable ObjKeys). The insert method will throw LogicError::column_not_nullable when this occurs.

            Assignee:
            jorgen.edelbo@mongodb.com Jørgen Edelbo
            Reporter:
            jason.flax@mongodb.com Jason Flax
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: