From: Julie Date: Wed, 12 Jun 2019 16:51:22 +0000 (-0400) Subject: doc: add release notes for database/sql X-Git-Tag: go1.13beta1~88 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=87367cf86a0a8390418a8e2431a11d5dcdddff72;p=gostls13.git doc: add release notes for database/sql Change-Id: I032a3342c3ac899a39d357420b981b6f281518f6 Reviewed-on: https://go-review.googlesource.com/c/go/+/181939 Reviewed-by: Daniel Theophanes --- diff --git a/doc/go1.13.html b/doc/go1.13.html index 13980ef539..23c31d0663 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -162,11 +162,11 @@ TODO
database/sql

- TODO: https://golang.org/cl/170699: add NullTime + The new NullTime type represents a time.Time that may be null.

- TODO: https://golang.org/cl/174178: add NullInt32 + The new NullInt32 type represents an int32 that may be null.