• Brad Fitzpatrick's avatar
    database/sql/driver: API cleanups · 943f6cc8
    Brad Fitzpatrick authored
    -- add driver.Value type and documentation,
       convert from interface{} to Value where
       appropriate.
    -- don't say "subset" anywhere,
    -- SubsetValuer -> Valuer
    -- SubsetValue -> Value
    -- IsParameterSubsetType -> IsValue
    -- IsScanSubsetType -> IsScanValue
    
    Fixes #2842
    
    R=golang-dev, r, rsc
    CC=golang-dev
    https://golang.org/cl/5674084
    943f6cc8
Name
Last commit
Last update
..
driver Loading commit data...
convert.go Loading commit data...
convert_test.go Loading commit data...
doc.txt Loading commit data...
fakedb_test.go Loading commit data...
sql.go Loading commit data...
sql_test.go Loading commit data...