-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
in: repositoryRepositories abstractionRepositories abstractionstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: bugA general bugA general bug
Milestone
Description
Tobias Trelle opened DATAMONGO-561 and commented
MongoDB does not support deletes and updates of documents in a capped collection. Using repository methods like delete(...)
and save(...)
should throw an exception when operating on a domain object mapped to a capped collection. Right now these methods do not fail, but they also don't delete or update anything (I provided a test case for that, see Reference URL)
Affects: 1.1 GA
Metadata
Metadata
Assignees
Labels
in: repositoryRepositories abstractionRepositories abstractionstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: bugA general bugA general bug