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
Hi,
It seems it is not possible to update a document with a bean with an array field with null element, like somefield: [3, null], it throws a NPE!
However, I can do it in AQL, so it's perfectly legal.
Cheers.
Miguel