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
OrientDB Version: 3.2.33
Java Version: 21
OS: Windows
I encountered an issue in OrientDB when using the contains clause with a parameter passed through a map. The filtering fails and returns no results, even though it works correctly when the same parameter is passed in other formats, such as an object array or formatted string.
This issue occurs only when connected to a remote OrientDB database. If the database is set up as in-memory using the following configuration, all tests pass successfully:
OrientDB Version: 3.2.33
Java Version: 21
OS: Windows
I encountered an issue in OrientDB when using the
contains
clause with a parameter passed through a map. The filtering fails and returns no results, even though it works correctly when the same parameter is passed in other formats, such as an object array or formatted string.Tests to reproduce:
This issue occurs only when connected to a remote OrientDB database. If the database is set up as in-memory using the following configuration, all tests pass successfully:
The text was updated successfully, but these errors were encountered: