-
Type: Bug
-
Resolution: Fixed
-
Priority: 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.