You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to remove ComputedValues from a collection using arangodriver.SetCollectionPropertiesOptions, the operation does not succeed. Neither setting ComputedValues to nil nor an empty array results in the computed values being removed.
When trying to remove ComputedValues from a collection using
arangodriver.SetCollectionPropertiesOptions
, the operation does not succeed. Neither setting ComputedValues to nil nor an empty array results in the computed values being removed.Example:
Expected Behavior:
Setting ComputedValues to an empty array or nil should remove any existing computed values on the collection.
Actual Behavior:
Computed values remain unchanged, and no removal occurs.
The text was updated successfully, but these errors were encountered: