go/src/database/sql
guoguangwu b5e377cedc database/sql: fix typo in comment
Change-Id: Ie8ac82b6a1685299a92ec59acbd80b6de38e377c
GitHub-Last-Rev: 325df8d148
GitHub-Pull-Request: golang/go#66457
Reviewed-on: https://go-review.googlesource.com/c/go/+/573615
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
2024-03-22 06:48:08 +00:00
..
driver database/sql: wrap errors with %w in driverArgsConnLocked 2024-02-27 16:30:20 +00:00
convert.go database/sql: wrap errors with %w in driverArgsConnLocked 2024-02-27 16:30:20 +00:00
convert_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
ctxutil.go
doc.txt database/sql: fix typo in comment 2024-03-22 06:48:08 +00:00
example_cli_test.go all: fix some lint issues 2022-05-08 17:27:54 +00:00
example_service_test.go database/sql: add error check 2024-02-28 20:21:26 +00:00
example_test.go
fakedb_test.go database/sql: use reflect.TypeFor for known types 2023-08-08 20:57:57 +00:00
sql.go database/sql: fix memory leaks in Stmt.removeClosedStmtLocked 2024-03-20 14:17:47 +00:00
sql_test.go database/sql: close rows in test 2024-03-19 11:20:27 +00:00