]> Cypherpunks repositories - gostls13.git/commit
database/sql: update minor sql docs
authorDaniel Theophanes <kardianos@gmail.com>
Sun, 24 Sep 2017 00:04:51 +0000 (17:04 -0700)
committerDaniel Theophanes <kardianos@gmail.com>
Sun, 24 Sep 2017 13:58:38 +0000 (13:58 +0000)
commit14a1d934b60549e7604637fb08e65d4685146bd9
treeb273e0110dc7384fe5e0c1f61103371deaa63f62
parent24ca86f3083e8dd4ad5ea61e26acf02440d0ad35
database/sql: update minor sql docs

Replace the work "session" with "connection" in docs. Fix
The ErrConnDone documentation. Clarify what the context is used
for in StmtContext.

Change-Id: I2f07e58d0cd6321b386a73b038cf6070cb8e2572
Reviewed-on: https://go-review.googlesource.com/65732
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/database/sql/sql.go