Skip to content
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

[DDC-2074] Bugfix regarding clearing cloned PersistentCollections #523

Merged
merged 2 commits into from Nov 25, 2012
Merged

[DDC-2074] Bugfix regarding clearing cloned PersistentCollections #523

merged 2 commits into from Nov 25, 2012

Commits on Nov 25, 2012

  1. [DDC-2074] Added test for PersistentCollection#clear.

    Jan Kramer committed Nov 25, 2012
    Copy the full SHA
    9b78100 View commit details
    Browse the repository at this point in the history
  2. [DDC-2074] Fixed bug regarding clearing PC's without owner

    When calling clear on a PC that has no owner (e.g. because it was
    cloned), it can't be deleted as there is no metadata available.
    In these cases, it shouldn't be scheduled for deletion.
    Jan Kramer committed Nov 25, 2012
    Copy the full SHA
    5b3f544 View commit details
    Browse the repository at this point in the history