Age | Commit message (Collapse) | Author | Files | Lines |
|
Only possible in the development build system at this stage.
|
|
|
|
This way we will be able to have several databases configured at the
same time, which is needed for multi-database support testing.
|
|
|
|
|
|
|
|
|
|
On the first step an uninitialized object is inserted into the cache
as before (this is necessary to handle recursive loading). The second
step is to notify the session that the object has been initialized.
On this second step the session can perform change tracking preparations,
such as make a copy of the object or reset the modification flag.
New test: common/session/custom (implements a custom session that uses
copies to track changes).
|