- 98d20fb database/sql: form a complete sentence in code comment by Kevin Burke · 4 years, 9 months ago
- ca854f3 database/sql: document Connect and Close may need a timeout by Daniel Theophanes · 4 years, 9 months ago
- 7b0c518 database/sql: fix incorrect function name in example_test by Vivian Liang · 4 years, 9 months ago
- 1518123 database/sql/driver: enhance driver package documentation by Daniel Theophanes · 4 years, 9 months ago
- ed7888ae database/sql: de-flake TestTxCannotCommitAfterRollback by Daniel Theophanes · 4 years, 9 months ago
- 1257900 database/sql: count connections expired in foreground with MaxLifetimeClosed by Colin · 4 years, 9 months ago
- c9af552 database/sql: on Tx rollback, retain connection if driver can reset session by Daniel Theophanes · 5 years ago
- d8f0a22 database/sql: prevent Tx statement from committing after rollback by Daniel Theophanes · 5 years ago
- b2cff7e database/sql: check conn expiry when returning to pool, not when handing it out by Daniel Theophanes · 5 years ago
- 5aef51a database/sql: add test for Conn.Validator interface by Daniel Theophanes · 4 years, 10 months ago
- f9f57c4 database/sql: add method Err on sql.Row by Tim Möhlmann · 5 years ago
- 019421d1 database/sql: fix variable name in example by Harmen · 4 years, 10 months ago
- 971f8a2 database/sql: process all Session Resets synchronously by Daniel Theophanes · 6 years ago
- 6c61a57 database/sql: add SetConnMaxIdleTime by Daniel Theophanes · 6 years ago
- f376b85 all: fix invalid invocations of Fatalf in goroutines by Emmanuel T Odeke · 5 years ago
- d24cf6d database/sql: remove forced log import from test by Dmitri Shuralyov · 5 years ago
- 843fec1 database/sql: preallocate list slice in Drivers() by Julien Schmidt · 5 years ago
- 0efbd10 all: fix typos by Ainar Garipov · 5 years ago
- 03ac39c std: remove unused bits of code all over the place by Daniel Martí · 5 years ago
- 683ffe0 database/sql: add support for decimal interface by Daniel Theophanes · 6 years ago
- dc63b59 database/sql: add Conn.Raw to expose the driver Conn safely by Daniel Theophanes · 6 years ago
- 73abea3 database/sql/driver: document Valuer must not panic by Daniel Theophanes · 6 years ago
- 2637f1f database/sql: fix subject of unexported func comment by Brad Fitzpatrick · 6 years ago
- ed7f323 all: simplify code using "gofmt -s -w" by Shulhan · 6 years ago
- 2177bfb database/sql: add NullInt32 by Daniel Theophanes · 6 years ago
- 1805f42 database/sql: check if src is nil before converting to string by Daniel Theophanes · 6 years ago
- 5781df4 all: s/cancelation/cancellation/ by Josh Bleecher Snyder · 6 years ago
- d47da94 database/sql: add NullTime by Daniel Theophanes · 6 years ago
- 42cdc26 database/sql: add example for DB.Prepare and Tx.Prepare by Hasan Ozgan · 6 years ago
- 9e72e60 database/sql: fix comment grammar by Andrei Matei · 6 years ago
- 4c89a10 database/sql/driver: fix typo by Zhou Peng · 6 years ago
- d5a3653 database/sql: document Stmt lifetime by Justin Li · 6 years ago
- 70931c0 database/sql: fix logic for pulling a Conn from DB by Daniel Theophanes · 6 years ago
- 9e277f7 all: use "reports whether" consistently instead of "returns whether" by Tobias Klauser · 6 years ago
- 8d33508 database/sql: add examples for opening and testing a DB pool by Daniel Theophanes · 7 years ago
- 968742a database/sql: add support for returning cursors to client by Daniel Theophanes · 6 years ago
- 3813edf all: use "reports whether" consistently in the few places that didn't by Brad Fitzpatrick · 6 years ago
- d6e204e database/sql: add description to String method of IsolationLevel struct. by Vladimir Kovpak · 6 years ago
- cf6e423 database/sql: prefer to return Rows.lasterr rather then a static error by Daniel Theophanes · 6 years ago
- 830f424 database/sql: remove commented debug prints by Umang Parmar · 6 years ago
- 04dc1b2 all: fix a bunch of misspellings by Igor Zhilianin · 6 years ago
- f90e89e all: fix a bunch of misspellings by Igor Zhilianin · 6 years ago
- 4559d58 database/sql: improve unimplemented LastInsertId error message by Tim · 6 years ago
- 7db509e database/sql: correctly report MaxIdleClosed stat by Daniel Theophanes · 6 years ago
- 5ed30d8 database/sql: fix Rows.Columns() documentation by Alexey Palazhchenko · 6 years ago
- 4cc09cd database/sql: fix driverStmt.Close() comment typo by Frédéric Guillot · 6 years ago
- 9e4c344 database/sql: update doc related to per-connection state by Eugene Kalinin · 7 years ago
- 9428023 database/sql: add note to Scanner that the database owns values by Daniel Theophanes · 7 years ago
- d89ea41 database/sql: add additional Stats to DBStats by Daniel Theophanes · 7 years ago
- b98ffdf database/sql: check for nil connRequest.conn before use by Daniel Theophanes · 7 years ago
- 5cf3e34 database/sql: make error prefixes consistent by Daniel Theophanes · 7 years ago
- 1129ec2 database/sql: trivial documentation fixes by Alexey Palazhchenko · 7 years ago
- da24c95 database/sql: remove unnecessary else conditions by weeellz · 7 years ago
- 90fee59 database/sql: remove a couple redundancies by dchenk · 7 years ago
- 16f32a0 database/sql: return context errors from Rows.Scan by Eric Rykwalder · 7 years ago
- 7a7b63f database/sql: clarify behavior of DB.Close by Daniel Theophanes · 7 years ago
- 6e59c73 database/sql: check to see if ctx is cancelable before await by Daniel Theophanes · 7 years ago
- 165ebe6 database/sql: fix docs to correctly refer to time.RFC3339Nano by Andrew Bonventre · 7 years ago
- 6f08b9f database/sql: add more examples by Kevin Burke · 7 years ago
- 0657235 database/sql: fix typo in comment by Tobias Klauser · 7 years ago
- ef3ab3f database/sql: add String method to IsolationLevel by Alexey Palazhchenko · 7 years ago
- d3beea8 all: fix misspellings by Shawn Smith · 7 years ago
- 8fc25b5 all: remove duplicate word "the" by Ryuma Yoshida · 7 years ago
- 1091b50 database/sql: remove duplicate validation by Tamir Duberstein · 7 years ago
- 8da7706 database/sql: include SQL column name in Scan() error message by HaraldNordgren · 7 years ago
- 651ddbd database/sql: buffers provided to Rows.Next should not be modified by drivers by Daniel Theophanes · 7 years ago
- 1b69d19 database/sql: fix TestConversions when count > 1 by Daniel Theophanes · 7 years ago
- 78583a1 database/sql: fix nil pointer use within withLock by Daniel Theophanes · 7 years ago
- 3aeb395 database/sql/driver: update Value doc, can be driver supported type by Daniel Theophanes · 7 years ago
- b36b12b database/sql/driver: explain Driver vs DriverContext vs Connector by Russ Cox · 7 years ago
- bcf964d database/sql: fix transaction leak by kirk · 7 years ago
- 262141a database/sql: check for arg counts after eliminating arguments by Daniel Theophanes · 7 years ago
- b44b2fe database/sql: allow OpenConnector in a driver.Driver interface by Daniel Theophanes · 7 years ago
- b9ebc67 database/sql/driver: document that Execer, Queryer need not be implemented by Russ Cox · 7 years ago
- b9dca1b database/sql: fix ctx.Done() == nil check by Russ Cox · 7 years ago
- 442d15a database/sql/driver: rename ResetSessioner to SessionResetter by Russ Cox · 7 years ago
- f7df55d database/sql: do not leak the connectionResetter goroutine by Daniel Theophanes · 7 years ago
- 8db19a4 all: change github.com issue links to golang.org by Leigh McCulloch · 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
- 6a223b8 database/sql: add driver.ResetSessioner and add pool support by Daniel Theophanes · 7 years ago
- 3b9d947 Revert "database/sql: add driver.ResetSessioner and add pool support" by Russ Cox · 7 years ago
- 2620ac3 database/sql: add driver.ResetSessioner and add pool support by Daniel Theophanes · 7 years ago
- 5327148 database/sql: allow drivers to only implement Context variants by Daniel Theophanes · 7 years ago
- a9afa4e database/sql: fix example usage of Out by Tim Cooper · 7 years ago
- 292366e Revert "database/sql: prevent race in driver by locking dc in Next" by Daniel Theophanes · 7 years ago
- 897080d database/sql: prevent race in driver by locking dc in Next by Daniel Theophanes · 7 years ago
- 678ce97 database/sql: fix unreachable code in ColumnTypes test by Julien Schmidt · 7 years ago
- 3487c4e database/sql: convertAssign string and time.Time into RawBytes by Cyrill Schumacher · 7 years ago
- 70bcd2c database/sql: TestConversions add forgotten fields wantbytes and wantraw by Cyrill Schumacher · 7 years ago
- 14a1d93 database/sql: update minor sql docs by Daniel Theophanes · 7 years ago
- e6358c7 database/sql: add OpenDB to directly create a *DB without a DSN. by James Lawrence · 7 years ago
- e16dc7d database/sql: fix Conn's doc typo by Davor Kapsa · 7 years ago
- ea5e3bd all: fix easy-to-miss typos by Agniva De Sarker · 7 years ago
- bd08803 database/sql: fail on unsupported options when context is un-cancellable by Matt Dee · 7 years ago
- e9b9dfe database/sql: fix wrong method name in description by Alexey Palazhchenko · 8 years ago
- 445652f database/sql: fix outdated package name in doc.txt by Martin Garton · 8 years ago
- cd24a8a database/sql: ensure a Stmt from a Conn executes on the same driver.Conn by Daniel Theophanes · 8 years ago
- 5c37397 database/sql: correct level of write to same var for race detector by Daniel Theophanes · 8 years ago
- 3bcdbe5 database/sql: properly document QueryRow by Sarah Adams · 8 years ago