aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exp/sql/driver
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-14doc: fix comments referring to removed API funcsShenghou Ma
2012-01-13exp/sql: add time.Time supportBrad Fitzpatrick
2011-12-05use new strconv APIRuss Cox
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-02exp/sql: finish transactions, flesh out types, docsBrad Fitzpatrick
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-09-29exp/sql{,/driver}: new database packagesBrad Fitzpatrick