News, examples, tips, ideas and plans.
Thoughts around ORM, .NET and SQL databases.

Monday, June 28, 2010

DataObjects.Net v4.2.3 and v4.3 RC4 are available

There are mainly bugfixes.

The only relatively important improvement we've made there is possibility to use DisconnectedState.Attach and DisconnectedState.Connect inside already open transaction. When this happens, underlying behavior is very similar to opening of nested transaction. Detach is the same as  rollback of such "nested" transaction; commit might really happen only if DisconnectedState.ApplyChanges is invoked.

As usual, all the files are in Downloads Area.

1 comment: