We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31d924 commit 9fa7969Copy full SHA for 9fa7969
FSharp.Data.NpgsqlGenerator.Core/Schema.fs
@@ -53,6 +53,7 @@ module internal Builtins =
53
"time", nameof (bar.GetTimeSpan)
54
"time with time zone", nameof (bar.GetTimeSpan)
55
"timetz", nameof (bar.GetDateTime)
56
+ "uuid", nameof (bar.GetGuid)
57
58
//special value
59
"enum", nameof (bar.GetString) ]
RELEASE_NOTES.md
@@ -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
9
## 1.0.0
10
11
* Initial public release
0 commit comments