aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql.go
AgeCommit message (Expand)Author
2014-12-24database/sql: Remove unnecessary call to maybeOpenNewConnectionsMarko Tiikkaja
2014-10-31database/sql: make TestDrivers not crash on second runBrad Fitzpatrick
2014-10-15database/sql: add Drivers, returning list of registered driversRuss Cox
2014-09-22database/sql: Close per-tx prepared statements when the associated tx endsMarko Tiikkaja
2014-09-08build: move package sources from src/pkg to srcRuss Cox