Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
#38 - Adds verbiage to the documentation regarding the limitations of using the `Duration` type.
  • Loading branch information
StevenRasmussen authored Feb 6, 2024
1 parent 7731a18 commit 84d0447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When modelling, usage of the following NodaTime types are supported:
* LocalDateTime
* LocalDate
* LocalTime
* Duration
* Duration (stored as `time` in SQL Server which limits this type to < 24 hours)

When querying, standard operators are supported as well as a range of additional mappings from NodaTime properties/function to their SQL Server equivalents.

Expand Down Expand Up @@ -239,4 +239,4 @@ await this.Db.RaceResult
* 3.1.1
* Fix SqlDateTime overflow - [#13](/../../issues/13)
* 3.1.0
* Sync version number with .Net Core 3.1.0
* Sync version number with .Net Core 3.1.0

0 comments on commit 84d0447

Please sign in to comment.