| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2014-01-29 | Fix test | mattn | 1 | -2/+3 |
| 2014-01-29 | go cover | mattn | 1 | -0/+1 |
| 2014-01-29 | Add test for error == nil | mattn | 1 | -0/+6 |
| 2014-01-23 | Add example that query github repositories | mattn | 4 | -0/+1338 |
| 2013-12-05 | Next(): populate Row with []byte instead of string, as per driver doc•••Fix on behalf of bradfitz, see http://golang.org/pkg/database/sql/driver/#Rows | mpl | 1 | -1/+1 |
| 2013-11-30 | Remove compiler error•••I got an error "function ends without a return statement" on go1.0.2 | Eric L. Frederich | 1 | -2/+1 |
| 2013-11-19 | Add unit test for enhanced error reporting•••Add a test to check for a useful response for a SQL query that cannot be executed due to a constraint failure | Robert Knight | 1 | -1/+26 |
| 2013-11-19 | Update test expectations follow change of concrete error type | Robert Knight | 1 | -1/+3 |
| 2013-11-19 | Provide more detailed error messages•••Use the sqlite3_errmsg() API to retrieve more specific error messages. eg. Attempting to exec 'CREATE TABLE ExistingTableName (...)' will now report 'table already exists: ExistingTableName' rather than 'SQL logic error or missing database' | Robert Knight | 3 | -15/+35 |
| 2013-10-24 | sqlite3_column_blob() returns NULL for zero-length BLOB | Akinori Hattori | 1 | -0/+4 |
| 2013-10-24 | Use sqlite3_close_v2() | Akinori Hattori | 1 | -6/+1 |
| 2013-10-02 | Include errno.h when build on cygwin. Closes #87 | mattn | 1 | -0/+4 |
| 2013-09-28 | Update README.mkd•••Include documentation section | Porjo | 1 | -3/+10 |
| 2013-09-18 | Add benchmark tests. As used by other database/sql drivers. | Tim O'Brien | 2 | -0/+423 |
| 2013-09-12 | add new test for WAL journal_mode | David Hill | 1 | -1/+46 |
| 2013-09-12 | Disable Execer/Queryer until database/sql/driver implement QueryRow: #82 | mattn | 2 | -122/+126 |
| 2013-09-12 | rename | mattn | 3 | -0/+0 |
| 2013-09-12 | Execer/Queryer should use transaction | mattn | 1 | -0/+14 |
| 2013-09-09 | Fixes test | mattn | 1 | -5/+11 |
| 2013-09-09 | Fixes Queryer | mattn | 1 | -5/+8 |
| 2013-09-09 | Fixes Execer/Queryer | mattn | 2 | -34/+37 |
| 2013-09-09 | Fixes test | mattn | 1 | -1/+37 |
| 2013-09-09 | Close rows if not nil | mattn | 1 | -1/+3 |
| 2013-09-09 | Must not close statement | mattn | 1 | -2/+2 |
| 2013-09-09 | Implements Queryer | mattn | 1 | -1/+24 |
| 2013-09-09 | Remove debug message | mattn | 1 | -1/+0 |
| 2013-09-09 | Implements Execer | mattn | 3 | -14/+59 |
| 2013-09-03 | Remove old information | mattn | 1 | -25/+1 |
| 2013-09-03 | Fixes test | mattn | 1 | -7/+2 |
| 2013-09-03 | Add tests | mattn | 2 | -0/+164 |
| 2013-09-02 | Remove -v | mattn | 1 | -1/+0 |
| 2013-08-30 | CFLAGS | mattn | 1 | -0/+1 |
| 2013-08-30 | Start work on introducing machine-readable error codes.•••This commit introduces a new type 'ErrNo', implementing the error interface. Constants for all sqlite3 error codes are provided in the new source file "error.go". | Jochen Voss | 3 | -11/+90 |
