1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/pkg/database/sql/driver
Brad Fitzpatrick f7a7716317 database/sql: refcounting and lifetime fixes
Simplifies the contract for Driver.Stmt.Close in
the process of fixing issue 3865.

Fixes #3865
Update #4459 (maybe fixes it; uninvestigated)

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7363043
2013-02-20 15:35:27 -08:00
..
driver.go database/sql: refcounting and lifetime fixes 2013-02-20 15:35:27 -08:00
types_test.go database/sql: treat pointers as nullable types like encoding/json 2012-02-08 17:14:15 +11:00
types.go database/sql/driver: API cleanups 2012-02-20 14:25:28 +11:00