go/src/database/sql
Kevin Burke 92568bcb6a 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>
2016-10-31 17:17:46 +00:00
..
driver database/sql: add Pinger interface to driver Conn 2016-10-31 17:17:42 +00:00
internal database/sql: add context helper methods and transaction types 2016-10-30 17:05:28 +00:00
convert.go database/sql: update the conversion errors to be clearer 2016-10-21 08:31:15 +00:00
convert_test.go database/sql: accept nil pointers to Valuers implemented on value receivers 2016-10-17 15:26:25 +00:00
ctxutil.go database/sql: add context helper methods and transaction types 2016-10-30 17:05:28 +00:00
doc.txt
example_test.go all: minor vet fixes 2016-10-24 17:27:37 +00:00
fakedb_test.go database/sql: support returning query database types 2016-10-18 10:52:57 +00:00
sql.go database/sql: correctly spell constants 2016-10-31 17:17:46 +00:00
sql_test.go database/sql: add Pinger interface to driver Conn 2016-10-31 17:17:42 +00:00