aboutsummaryrefslogtreecommitdiff
path: root/common/erase-query/test.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25Add experimental code (commented out) for DELETE JOIN supportBoris Kolpackov1-1/+18
This would be needed to support object relationships in the erase_query() functionality.
2011-08-22Add database::erase_query() functionBoris Kolpackov1-0/+31
New test: common/erase-query. Documentation is in Section 3.9, "Deleting Persistent Objects". The current implementation does not work well with the session (no removal of the erased objects from the cache).