eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

[BUG] deleteAll does not delete anything in Arango Repository #451

Closed m4ttek closed 10 months ago

m4ttek commented 10 months ago

Which JNoSQL project the issue refers to?

JNoSQL (Core)

Bug description

When deleteAll method is invoked on Arango Repoistory it does not delete anything as the following check blocks it:

image

JNoSQL Version

JNoSQL version

Steps To Reproduce

Invoke deleteAll method on any collection consisting some records.

Expected Results

All records should be deleted (consider using truncate method from arango driver?)

Code example, screenshot, or link to a repository

No response

otaviojava commented 10 months ago

Hey @m4ttek thank you for reporting a bug, we are working to fix it ASAP.