aboutsummaryrefslogtreecommitdiff
path: root/common/erase-query
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25Add experimental code (commented out) for DELETE JOIN supportBoris Kolpackov2-2/+52
This would be needed to support object relationships in the erase_query() functionality.
2011-08-24Make tests use unique table prefixesBoris Kolpackov1-1/+1
2011-08-22Add database::erase_query() functionBoris Kolpackov4-0/+257
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).