| Age | Commit message (Collapse) | Author |
|
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5536076
|
|
Fixes #2694
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5541057
|
|
IIRC, package sql used to be called db. There was one occurrence
of the old name in a comment.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5431075
|
|
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5415055
|
|
Some database driver can't get number of parameters.
For example:
http://support.microsoft.com/kb/240205/en-us
So, added way to ignore checking number of parameters with return -1.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5376091
|
|
This was used in the sql package + tests, but never
documented.
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5372107
|
|
R=rsc
CC=golang-dev
https://golang.org/cl/5372099
|
|
Fixes #2328 (float, bool)
R=rsc, r
CC=golang-dev
https://golang.org/cl/5294067
|
|
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5322051
|
|
R=gustavo, rsc, borman, dave, kevlar, nigeltao, dvyukov, kardianos, fw, r, r, david.crawshaw
CC=golang-dev
https://golang.org/cl/4973055
|