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
There is a bug with the append_items list operation, resulting in adding 2 int values in front of the values.
I'm not sure what the first one (always 0) is, but the second one looks like the length of the value list that should be appended.
This is reproducible with every execution of the append_items operation.
Using a batch of single append operations works as workaround.
Server is 5.2.0.5 EE.
The text was updated successfully, but these errors were encountered:
There is a bug with the append_items list operation, resulting in adding 2 int values in front of the values.
I'm not sure what the first one (always 0) is, but the second one looks like the length of the value list that should be appended.
This is reproducible with every execution of the append_items operation.
Using a batch of single append operations works as workaround.
Server is 5.2.0.5 EE.
The text was updated successfully, but these errors were encountered: