Skip to content

v5.0.0

Latest

Choose a tag to compare

@eresende-nuodb eresende-nuodb released this 08 Aug 14:16
· 2 commits to master since this release
43f724d

NuoDB .NET Driver v5.0.0

Major Release

This release only includes breaking changes.


Breaking Changes

  • Add support in the Client driver for new C# date/time classes introduced by MS in dotNetCore 6:
    • C# DateOnly -> mapped to -> SQL Date
    • C# TimeOnly -> mapped to -> SQL Time
    • C# DateTime -> mapped to -> SQL Timestamp (only)
  • The driver now returns DateOnly and TimeOnly instead of returning DateTime for all date/time results.