Commit 87367cf8 authored by Julie's avatar Julie Committed by Julie Qiu

doc: add release notes for database/sql

Change-Id: I032a3342c3ac899a39d357420b981b6f281518f6
Reviewed-on: https://go-review.googlesource.com/c/go/+/181939Reviewed-by: default avatarDaniel Theophanes <kardianos@gmail.com>
parent 6a4b1f74
......@@ -162,11 +162,11 @@ TODO
<dl id="database/sql"><dt><a href="/pkg/database/sql/">database/sql</a></dt>
<dd>
<p><!-- CL 170699 -->
TODO: <a href="https://golang.org/cl/170699">https://golang.org/cl/170699</a>: add NullTime
The new <a href="/pkg/database/sql/#NullTime"><code>NullTime</code></a> type represents a <code>time.Time</code> that may be null.
</p>
<p><!-- CL 174178 -->
TODO: <a href="https://golang.org/cl/174178">https://golang.org/cl/174178</a>: add NullInt32
The new <a href="/pkg/database/sql/#NullInt32"><code>NullInt32</code></a> type represents an <code>int32</code> that may be null.
</p>
</dl><!-- database/sql -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment