boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

[data repo] repo.query returns more items than the total number of items saved in repo #371

Open cazacugmihai opened 7 years ago

cazacugmihai commented 7 years ago

It seems that the repo.query is returning more items than the total number of items saved in repo (my repo has 10 items but repo.query returns 12).

I will try to create a reproducer.