From 70a28c298dfe7f047c1390d097c18d5bb0618d07 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Aug 2011 11:47:55 +0200 Subject: Add database::erase_query() function 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). --- common/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/makefile') diff --git a/common/makefile b/common/makefile index 522cc4c..b3af876 100644 --- a/common/makefile +++ b/common/makefile @@ -14,6 +14,7 @@ container \ ctor \ default \ enum \ +erase-query \ inheritance \ inverse \ lazy-ptr \ -- cgit v1.1