jankotek / JDBM3

Embedded Key Value Java Database
367 stars 94 forks source link

Fixed ClassCastException on collection deletion #23

Closed Toilal closed 12 years ago

Toilal commented 12 years ago

Due to refactoring, delete collection is breaked.

jankotek commented 12 years ago

I completely reworked collection deletion. Now it is well tested and does not leave any junk behind in store.

This fix changes format of store, so you may not recover old data.