Sign in
go
/
go
/
740f7d73707fab5000791b71c2ab046e3e5544c7
/
src
/
database
/
sql
/
convert.go
0efbd10
all: fix typos
by Ainar Garipov
· 6 years ago
683ffe0
database/sql: add support for decimal interface
by Daniel Theophanes
· 6 years ago
2637f1f
database/sql: fix subject of unexported func comment
by Brad Fitzpatrick
· 6 years ago
1805f42
database/sql: check if src is nil before converting to string
by Daniel Theophanes
· 6 years ago
968742a
database/sql: add support for returning cursors to client
by Daniel Theophanes
· 6 years ago
da24c95
database/sql: remove unnecessary else conditions
by weeellz
· 7 years ago
ff4ee88
database/sql: scan into *time.Time without reflection
by Daniel Theophanes
· 7 years ago
1126d14
database/sql: ensure all driver interfaces are called under single lock
by Daniel Theophanes
· 7 years ago
3487c4e
database/sql: convertAssign string and time.Time into RawBytes
by Cyrill Schumacher
· 7 years ago
ea5e3bd
all: fix easy-to-miss typos
by Agniva De Sarker
· 8 years ago
a9bf3b2
database/sql: allow drivers to support custom arg types
by Daniel Theophanes
· 8 years ago
5a45a15
database/sql: support scanning into user defined string types
by Daniel Theophanes
· 8 years ago
e5e0562
database/sql: document expectations for named parameters
by Daniel Theophanes
· 8 years ago
2b1abf7
database/sql: rename NamedParam to NamedArg and Param to Named
by Daniel Theophanes
· 8 years ago
325c2aa
database/sql: update the conversion errors to be clearer
by Daniel Theophanes
· 8 years ago
0ce1d79
database/sql: accept nil pointers to Valuers implemented on value receivers
by Brad Fitzpatrick
· 8 years ago
707a833
database/sql: add option to use named parameter in query arguments
by Daniel Theophanes
· 8 years ago
4e0cd1e
database/sql: clone data for named []byte types
by Kevin Burke
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
867bef9
database/sql: implement Scan of time.Time, document, clarify Scan error text
by Brad Fitzpatrick
· 9 years ago
4045774
database/sql: fix conversions to and from user-defined types
by Gordon Klaus
· 9 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/database/sql/convert.go]
258ed3f
database/sql: avoiding fmt.Sprintf while scanning, avoid allocs with RawBytes
by Brad Fitzpatrick
· 11 years ago
5e74f50
database/sql: optimized []byte copy + []byte(nil) -> *interface fix
by Julien Schmidt
· 12 years ago
81d26e3
database/sql: add missing []byte and RawBytes conversions
by Julien Schmidt
· 12 years ago
f28c8fb
database/sql: associate a mutex with each driver interface
by Brad Fitzpatrick
· 12 years ago
bca3f5f
database/sql: check for nil Scan pointers
by Brad Fitzpatrick
· 12 years ago
93fe8c0
database/sql: use driver.ColumnConverter everywhere consistently
by Brad Fitzpatrick
· 13 years ago
943f6cc
database/sql/driver: API cleanups
by Brad Fitzpatrick
· 13 years ago
6bdd791
database/sql: remove Into from ScannerInto/ScanInto
by Brad Fitzpatrick
· 13 years ago
cc39bb9
database/sql: treat pointers as nullable types like encoding/json
by Andrew Pritchard
· 13 years ago
9c060b8
database/sql: permit scanning into interface{}
by Brad Fitzpatrick
· 13 years ago
2a22f35
database/sql: convert SQL null values to []byte as nil.
by James P. Cooper
· 13 years ago
7fc4c07
database/sql: move from exp/sql
by Brad Fitzpatrick
· 13 years ago
[Renamed (98%) from src/pkg/exp/sql/convert.go]
9d52fe2
exp/sql: simplify some string conversions.
by David Symonds
· 13 years ago
2666b81
use new strconv API
by Russ Cox
· 13 years ago
0a8005c
sql: add DB.Close, fix bugs, remove Execer on Driver (only Conn)
by Brad Fitzpatrick
· 13 years ago
8089e57
exp/sql: finish transactions, flesh out types, docs
by Brad Fitzpatrick
· 13 years ago
c2049d2
src/pkg/[a-m]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
357f2cb
exp/sql{,/driver}: new database packages
by Brad Fitzpatrick
· 13 years ago