aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Renamemattn2014-07-042-3/+3
* Renamemattn2014-07-042-1/+1
* Add docmattn2014-07-041-0/+95
* Enable test for Queryermattn2014-06-261-40/+40
* Fix error on Execer. Close #124mattn2014-06-262-65/+66
* Implements Execer/Queryer. Close #60, #82, #113mattn2014-06-251-73/+60
* Merge pull request #116 from c14n/master•••Enable extended error codes.mattn2014-06-253-34/+265
|\
| * Fix ErrNoticeRecoverWAL variable name.Christoph Martin2014-04-011-1/+1
| * Enable extended error codes.Christoph Martin2014-04-013-34/+265
* | Remove dead code in SQLiteRows.Bind. Close #119mattn2014-06-251-8/+0
* | Don't return error when succeededmattn2014-05-271-2/+10
* | Add msvcr100 for 64bitmattn2014-03-191-1/+1
|/
* Merge pull request #99 from fawick/master•••Enable Sqlite R*Tree Modulemattn2014-03-192-0/+2
|\
| * Enable Sqlite R*Tree ModuleFabian Wickborn2013-12-222-0/+2
* | Merge pull request #114 from jkl1337/master•••Update sqlite to 3.8.4.1.mattn2014-03-142-11213/+16444
|\ \
| * | Update sqlite to 3.8.4.1.•••Updating to 3.8.4.1 fixes some minor performance problems and also gains support for CTEs (common table expressions). John K. Luebs2014-03-142-11213/+16444
|/ /
* | Merge pull request #110 from tpltnt/master•••tiny typo fixmattn2014-02-181-1/+1
|\ \
| * | tiny typo fixtpltnt2014-02-181-1/+1
|/ /
* | Use goveralls -repotokenmattn2014-02-071-1/+1
* | Add backup. Close #104mattn2014-01-302-0/+113
* | Fix testmattn2014-01-291-2/+3
* | go covermattn2014-01-291-0/+1
* | Add test for error == nilmattn2014-01-291-0/+6
* | Add example that query github repositoriesmattn2014-01-234-0/+1338
|/
* Merge pull request #97 from mpl/master•••Next(): populate Row with []byte instead of string, as per driver docmattn2013-12-051-1/+1
|\
| * 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 mpl2013-12-051-1/+1
|/
* Merge pull request #96 from ericfrederich/eric_dev•••Remove compiler errormattn2013-12-011-2/+1
|\
| * Remove compiler error•••I got an error "function ends without a return statement" on go1.0.2 Eric L. Frederich2013-11-301-2/+1
|/
* Merge pull request #91 from robertknight/rob-extended_err_info•••Provide more specific error messagesmattn2013-11-193-16/+63
|\
| * 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 Knight2013-11-191-1/+26
| * Update test expectations follow change of concrete error typeRobert Knight2013-11-191-1/+3
| * 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 Knight2013-11-193-15/+35
|/
* Merge pull request #88 from hattya/close_v2•••Use sqlite3_close_v2()mattn2013-10-241-6/+1
|\
| * Use sqlite3_close_v2()Akinori Hattori2013-10-241-6/+1
* | Merge pull request #89 from hattya/blob•••sqlite3_column_blob() returns NULL for zero-length BLOBmattn2013-10-241-0/+4
|\ \ | |/ |/|
| * sqlite3_column_blob() returns NULL for zero-length BLOBAkinori Hattori2013-10-241-0/+4
|/
* Include errno.h when build on cygwin. Closes #87mattn2013-10-021-0/+4
* Merge pull request #86 from porjo/patch-1•••Update README.mkdmattn2013-09-291-3/+10
|\
| * Update README.mkd•••Include documentation sectionPorjo2013-09-281-3/+10
|/
* Merge pull request #85 from timob/master•••Add benchmark tests. As used by other database/sql drivers.mattn2013-09-182-0/+423
|\
| * Add benchmark tests. As used by other database/sql drivers.Tim O'Brien2013-09-182-0/+423
|/
* Merge pull request #83 from dajohi/master•••add new test for WAL journal_modemattn2013-09-121-1/+46
|\
| * add new test for WAL journal_modeDavid Hill2013-09-121-1/+46
|/
* Disable Execer/Queryer until database/sql/driver implement QueryRow: #82mattn2013-09-122-122/+126
* renamemattn2013-09-123-0/+0
* Execer/Queryer should use transactionmattn2013-09-121-0/+14
* Fixes testmattn2013-09-091-5/+11
* Fixes Queryermattn2013-09-091-5/+8
* Fixes Execer/Queryermattn2013-09-092-34/+37
* Fixes testmattn2013-09-091-1/+37