You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/src
Christopher Jolly a6d9058c05 Some date and time updates
- Don't derive Timespan and DateTimeOffset type mapping from our JetDateTimeTypeMapping. We can derive from the normal base class for those types
- DateTimeOffset is now mapped to a string. This allows us to round-trip all the details, however any calculations or queries for any components do not work
2 years ago
..
EFCore.Jet Some date and time updates 2 years ago
EFCore.Jet.Data Some date and time updates 2 years ago
EFCore.Jet.Odbc Update to .Net 8 2 years ago
EFCore.Jet.OleDb Update to .Net 8 2 years ago
Shared Update to .Net 8 2 years ago
Directory.Build.props Make EntityFrameworkCore.Jet available on `net6.0` 3 years ago
EFCore.ruleset