Skip to content

Commit 84d0447

Browse files
Update README.md
#38 - Adds verbiage to the documentation regarding the limitations of using the `Duration` type.
1 parent 7731a18 commit 84d0447

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When modelling, usage of the following NodaTime types are supported:
1212
* LocalDateTime
1313
* LocalDate
1414
* LocalTime
15-
* Duration
15+
* Duration (stored as `time` in SQL Server which limits this type to < 24 hours)
1616

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

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

0 commit comments

Comments
 (0)