Replies: 1 comment
-
Hi @Eric24 In the 3.x we did redesign the query engine and I do not think all that was existing in the old query engine was completely covered by tests, so something like this may be missing, I've found already migrating legacy tests few features not implemented correctly, this is probably one of the missing thing, will make an issue out of this for fix it in a future hotfix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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]
)Beta Was this translation helpful? Give feedback.
All reactions