-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange behavior of command 'DELETE' #7291
Comments
Hi @schernolyas Do you have any indexes on the properties? Thanks Luigi |
Hi @schernolyas I guess your bugs are related to this project https://github.com/schernolyas/hibernate-ogm I tried to clone it but it doesn't compile... any advice on how to build and test? Thanks Luigi |
Hi @luigidellaquila ! Thanks that You review my code. Please look to https://github.com/schernolyas/hibernate-ogm/tree/ogm-855-migration-orientdb3-dev1 . I am doing migration to OrientDB in the branch ogm-855-migration-orientdb3-dev1. Module 'orientdb' |
Great, trying it now. Is there any specific test I can run to reproduce existing issues? Thanks Luigi |
mmm... I just tried to build it from the root dir with the following:
but I got an error:
Am I missing something? Thanks Luigi |
Use the command "mvn clean install -pl orientdb -am -DskipTests=true" |
still no luck...
|
mmm .... Did you checkout branch 'ogm-855-migration-orientdb3-dev1'? Try command ' mvn clean install -pl orientdb -am -DskipTests=true' |
Also ... @luigidellaquila look to org.hibernate.ogm.datastore.orientdb.utils.SequenceUtil |
@luigidellaquila please get new version |
it strange. okey I will recheck it. |
now " mvn clean install -pl orientdb-remote -am -DskipTests=true" not compiled. |
HI @luigidellaquila ! |
Great, thanks! Luigi |
OrientDB Version: 3.0.0-SNAPSHOT
Java Version: 1.8
OS: Ubuntu 16.10
Expected behavior
Actual behavior
The query must be delete entities with attr name = 'name1','name2'
After it, I execute query:
Works fine. Execute next query:
Why 'delete' command delete only one entity?
Steps to reproduce
The text was updated successfully, but these errors were encountered: