Closed
Description
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:
options := arangodriver.SetCollectionPropertiesOptions{
ComputedValues: []arangodriver.ComputedValue{},
}
err = col.SetProperties(ctx, options)
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.
Metadata
Metadata
Assignees
Labels
No labels