Skip to content

Commit 9fa7969

Browse files
committed
ENH: adding getter to builtins
1 parent f31d924 commit 9fa7969

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

FSharp.Data.NpgsqlGenerator.Core/Schema.fs

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module internal Builtins =
5353
"time", nameof (bar.GetTimeSpan)
5454
"time with time zone", nameof (bar.GetTimeSpan)
5555
"timetz", nameof (bar.GetDateTime)
56+
"uuid", nameof (bar.GetGuid)
5657

5758
//special value
5859
"enum", nameof (bar.GetString) ]

RELEASE_NOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.2
2+
3+
* Adding getter for uuid to builtins
4+
5+
## 1.0.1
6+
7+
* Including readme in the package so nuget.org is happy
8+
19
## 1.0.0
210

311
* Initial public release

0 commit comments

Comments
 (0)