Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-25 | Add experimental code (commented out) for DELETE JOIN support | Boris Kolpackov | 1 | -1/+34 | |
This would be needed to support object relationships in the erase_query() functionality. | |||||
2011-08-22 | Add database::erase_query() function | Boris Kolpackov | 1 | -0/+117 | |
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). |