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
Originally posted by Eric24 January 16, 2025
This is the error I get from ODB3.2 when doing an UPDATE with a REMOVE, when trying to remove an object from an array. Just curious if this was on the list for the near term? This is something that used to work in ODB2.2, using syntax like this: REMOVE s[x=1 AND y=9] (or actually REMOVE s=s[x=1 AND y=9])
The text was updated successfully, but these errors were encountered:
Discussed in #10384
Originally posted by Eric24 January 16, 2025
This is the error I get from ODB3.2 when doing an UPDATE with a REMOVE, when trying to remove an object from an array. Just curious if this was on the list for the near term? This is something that used to work in ODB2.2, using syntax like this:
REMOVE s[x=1 AND y=9]
(or actuallyREMOVE s=s[x=1 AND y=9]
)The text was updated successfully, but these errors were encountered: