1
0
mirror of https://github.com/golang/go synced 2024-09-29 02:24:33 -06:00

add relnote for sql.Null[T]

This commit is contained in:
Inada Naoki 2023-08-15 13:22:44 +09:00
parent f2781229a9
commit c645f0cf82

View File

@ -70,6 +70,15 @@ Do not send CLs removing the interior tags from such phrases.
TODO: complete this section
</p>
<dl id="database/sql"><dt><a href="/pkg/database/sql/">database/sql</a></dt>
<dd>
<p><!-- https://go.dev/issue/60370, CL 501700 -->
The new <a href="/pkg/database/sql/#Null"><code>Null[T]</code></a> type
provide a way to scan nullable columns for any column types.
</p>
</dd>
</dl>
<h2 id="ports">Ports</h2>
<p>