aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exp/sql
AgeCommit message (Expand)Author
2012-01-19database/sql: move from exp/sqlBrad Fitzpatrick
2012-01-19exp/sql: rename NullableString to NullString and allow its use as a parameterBrad Fitzpatrick
2012-01-17exp/sql: copy when scanning into []byte by defaultBrad Fitzpatrick
2012-01-14doc: fix comments referring to removed API funcsShenghou Ma
2012-01-13exp/sql: add time.Time supportBrad Fitzpatrick
2012-01-13exp/sql: fix statement leakBrad Fitzpatrick
2012-01-12sql: fix potential corruption in QueryRow.Scan into a *[]byteBrad Fitzpatrick
2012-01-10exp/sql: close Rows on EOFBrad Fitzpatrick
2011-12-15sql: add Rows.ColumnsBrad Fitzpatrick
2011-12-13strconv: include package and function name in error stringsRob Pike
2011-12-12sql: fix missing mutex unlock in an error caseBrad Fitzpatrick
2011-12-08exp/sql: simplify some string conversions.David Symonds
2011-12-05use new strconv APIRuss Cox
2011-11-28sql: add Tx.Stmt to use an existing prepared stmt in a transactionBrad Fitzpatrick
2011-11-25exp/sql/driver: Correct package name in comment.Benny Siegert
2011-11-20sql: more driver docs & tests; no functional changesBrad Fitzpatrick
2011-11-15exp/sql: NumInput() allow -1 to ignore checking.Yasuhiro Matsumoto
2011-11-15sql: document that for drivers, io.EOF means no more rowsBrad Fitzpatrick
2011-11-14sql: add DB.Close, fix bugs, remove Execer on Driver (only Conn)Brad Fitzpatrick
2011-11-04html,bzip2,sql: rename Error methods that return error to ErrGustavo Niemeyer
2011-11-02exp/sql: finish transactions, flesh out types, docsBrad Fitzpatrick
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-27strconv: use better errors than os.EINVAL, os.ERANGERuss Cox
2011-10-13pkg: fix incorrect prints found by govetRobert Hencke
2011-09-29exp/sql{,/driver}: new database packagesBrad Fitzpatrick