This is a huge bug-fix release. Everybody is encouraged to upgrade.
DataObjects.Net 4.5.7 and 4.6.3:
- Fixed translation of GroupBy() over columns with same name
- Improved diagnostic message when more than one upgrade handler is provided
- Fixed error after changing case of a persistent field
- Wrap exceptions occured within user code with TargetInvocationException
- Fixed handling of validation aspects on generic types
- Fixed translation of In/Contains over field obtained with `as` operator
- Fixed translation of In/Contains over arbitrary expressions
- Fixed projection to DTO with inheritance
- Fixed translation of DateTime properties access on certain expressions
- Fixed accessing of IGrouping.Key in subqueries
- Fixed implementation of "truncate" operation on DateTime expressions (SQL Server)
DataObjects.Net 4.6.3 only:
- Fixed incorrect column order in queries after certain schema upgrades
- Added DomainConfiguration.NativeLibraryCacheFolder setting
- Significantly improved initialization time for Xtensive.Tuples infrastructure
DataObjects.Net Extensions 4.6.3 and 4.5.7:
Bulk operations extension- Remove extra command execution under certain scenarios
- Improve compatibility with DisconnectedState
- Don't use nullable types in ReprocessAttribute properties
DataObjects.Net Extensions 4.6.3 only:
Localization extension- Improved examples in readme.txt
- Fixed incorrect handling of partially loaded entities
No comments:
Post a Comment