]> Cypherpunks repositories - gostls13.git/commit
database/sql/driver: update Value doc, can be driver supported type
authorDaniel Theophanes <kardianos@gmail.com>
Mon, 18 Dec 2017 20:13:17 +0000 (12:13 -0800)
committerDaniel Theophanes <kardianos@gmail.com>
Mon, 18 Dec 2017 20:24:12 +0000 (20:24 +0000)
commit3aeb3950a9eb02b7d07e68b8b3535540854951e0
tree44aed04ce4025a26fafe2505d1a8f0bfeea26f04
parent54f0520f940f7edd916c34b7d44f9fc2c9e48cf7
database/sql/driver: update Value doc, can be driver supported type

The driver.Value type may be more then the documented 6 types if the
database driver supports it. Document that fact.

Updates #23077

Change-Id: If7e2112fa61a8cc4e155bb31e94e89b20c607242
Reviewed-on: https://go-review.googlesource.com/84636
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/database/sql/driver/driver.go