Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Also make non-inverse query columns act as both an object pointer and a
normal column. The latter allows us to use natural expressions such as
query<employee>::employer.is_null ().
|
|
This would be needed to support object relationships in the erase_query()
functionality.
|
|
|
|
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).
|