Tagged Questions
1
vote
1answer
656 views
Db4o object update
I'm using db4o for a simple app, with an embedded db. When I save an object, and then change the object, is it suppose that db4o returns the changed object?
Here's the code:
[Test]
public void ...