Latest Releases

DataObjects .NET 7.1.0 — April, 2023

  • [main] Added support for DefaultExpression within Linq queries
  • [main] Support for TimeOnly ctors (time parts and ticks) in Linq, except for SQLite and MySQL providers
  • [main] No Session.Activate() in ToTransactional extension, it affects EntitySet<T> enumeration

Get it from: GitHub.com NuGet.Org

DataObjects .NET 7.0.3 — March, 2022

  • [main] NodeCollection supports different equality comparers for internal name index
  • [sqlserver] Fixed TimeSpan.Ticks extraction problem
  • [oracle] Fixed scheme extraction for case-sensitive schema names

Get it from: GitHub.com NuGet.Org

DataObjects .NET 6.0.11 — January, 2023

  • [main] Added an option to remove cached queries of removing storage node along with the node, default behavior remains the same
  • [postgresql] Dedicated exception when the extracting schema doesn't exist or it belongs to another user
  • [weaver] Fixed constructor processing with try...catch, catch section now has correct leave

Get it from: GitHub.com NuGet.Org

DataObjects .NET 5.0.24 — April, 2021

  • main Fixed rare cases of writing data in wrong column for SingleTable hierarchies
  • main Fixed incorrect EntitySetState.TotalItemCount calculation for ClientProfile
  • sqlserver Fixed incorrect translation of DateTimeOffset.Date part extraction

Get it from: DataObjects.Net Nuget.Org

DataObjects .NET 4.6.9 — July, 2015

  • main Fixed comparison of Keys
  • mysql Provider is no longer used recursive syntax for join

Get it from: DataObjects.Net Nuget.Org

DataObjects .NET 4.5.8 — September, 2013

  • main Fixed invalid key comparison under certain conditions
  • main Fixed EntitySet caching invalid state within DisableSaveChanges() scope
  • main Fixed overflow when storing large TimeSpan values
  • main Fixed invalid default values for SessionConfiguration.DefaultIsolationLevel and SessionConfiguration.Options
  • main Fixed support for referencing connection strings in SessionConfiguration
  • mysql Fixed translation of bitwise operations
  • mysql Fixed translation of DateTime.DayOfWeek and DateTime.DayOfYear

Get it from: DataObjects.Net Nuget.Org