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

Friday, August 05, 2016

DataObjects.Net 5.0.10

We've just released DataObjects.Net 5.0.10 Final. It contains several changes, such as:

  [main] Remap of temporary to real keys, no longer restore nulled references to an Entity
  [main] Fixed certain cases of session cache returning null for a valid key
  [main] Fixed certain cases when EntitySet could return nulls instead of removed Entities on enumeration

As usual, you may get it from our website or from Nuget library.

Also, we have several changes planned for the next version.We have scheduled to fix the following list of issues:

- Incorrect translation of IndexAttribute.Filter underlying expression when it contains enum values;
- Usage of our In() extension in queries does not create temporary table when it supposes to;
- Exception on translation of IQueryable<>.Sum() when selector can be easily omitted.

*Current list of changes planned for the next release is not final and may be appended by additional issues or improvements, up-to-date list is available on DataObjects.Net website