]> Cypherpunks repositories - gostls13.git/commit
database/sql: correctly spell constants
authorKevin Burke <kev@inburke.com>
Mon, 31 Oct 2016 14:32:19 +0000 (07:32 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 31 Oct 2016 17:17:46 +0000 (17:17 +0000)
commit92568bcb6a374aecf2ece6607829b26f5e57ac28
treefca917b3b603bef3cf1c2e9c5edcfb521a7df982
parent4b90b7a28a0c1a849eed765cc511eacbae4d2651
database/sql: correctly spell constants

Also add a link to more information about isolation levels as defined by the
SQL standard. Fixes #17682.

Change-Id: I94c53b713f4c882af40cf15fe5f1e5dbc53ea741
Reviewed-on: https://go-review.googlesource.com/32418
Reviewed-by: Daniel Theophanes <kardianos@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/database/sql/sql.go