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.