TortugaResearch / Tortuga.Chain

A fluent ORM for .NET
Other
335 stars 22 forks source link

Add TimeSpan support for Access and OleDB #459

Closed Grauenwolf closed 2 years ago

Grauenwolf commented 2 years ago

Access doesn't understand TimeSpan at all and treats it as a DateTime.

OleDB for SQL Server is worse. It returns time(7) columns as strings with the column type set to object.