From 87367cf86a0a8390418a8e2431a11d5dcdddff72 Mon Sep 17 00:00:00 2001 From: Julie Date: Wed, 12 Jun 2019 12:51:22 -0400 Subject: [PATCH] doc: add release notes for database/sql Change-Id: I032a3342c3ac899a39d357420b981b6f281518f6 Reviewed-on: https://go-review.googlesource.com/c/go/+/181939 Reviewed-by: Daniel Theophanes --- doc/go1.13.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.50.0