aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)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/mastermattn2014-06-253-34/+265
|\ | | | | Enable extended error codes.
| * 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/mastermattn2014-03-192-0/+2
|\ | | | | Enable Sqlite R*Tree Module
| * Enable Sqlite R*Tree ModuleFabian Wickborn2013-12-222-0/+2
| |
* | Merge pull request #114 from jkl1337/mastermattn2014-03-142-11213/+16444
|\ \ | | | | | | Update sqlite to 3.8.4.1.
| * | Update sqlite to 3.8.4.1.John K. Luebs2014-03-142-11213/+16444
|/ / | | | | | | | | Updating to 3.8.4.1 fixes some minor performance problems and also gains support for CTEs (common table expressions).
* | Merge pull request #110 from tpltnt/mastermattn2014-02-181-1/+1
|\ \ | | | | | | tiny typo fix
| * | 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/mastermattn2013-12-051-1/+1
|\ | | | | Next(): populate Row with []byte instead of string, as per driver doc
| * Next(): populate Row with []byte instead of string, as per driver docmpl2013-12-051-1/+1
|/ | | | | Fix on behalf of bradfitz, see http://golang.org/pkg/database/sql/driver/#Rows
* Merge pull request #96 from ericfrederich/eric_devmattn2013-12-011-2/+1
|\ | | | | Remove compiler error
| * Remove compiler errorEric L. Frederich2013-11-301-2/+1
|/ | | | I got an error "function ends without a return statement" on go1.0.2
* Merge pull request #91 from robertknight/rob-extended_err_infomattn2013-11-193-16/+63
|\ | | | | Provide more specific error messages
| * Add unit test for enhanced error reportingRobert Knight2013-11-191-1/+26
| | | | | | | | | | Add a test to check for a useful response for a SQL query that cannot be executed due to a constraint failure
| * Update test expectations follow change of concrete error typeRobert Knight2013-11-191-1/+3
| |
| * Provide more detailed error messagesRobert Knight2013-11-193-15/+35
|/ | | | | | | | | 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'
* Merge pull request #88 from hattya/close_v2mattn2013-10-241-6/+1
|\ | | | | Use sqlite3_close_v2()
| * Use sqlite3_close_v2()Akinori Hattori2013-10-241-6/+1
| |
* | Merge pull request #89 from hattya/blobmattn2013-10-241-0/+4
|\ \ | |/ |/| sqlite3_column_blob() returns NULL for zero-length BLOB
| * 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-1mattn2013-09-291-3/+10
|\ | | | | Update README.mkd
| * Update README.mkdPorjo2013-09-281-3/+10
|/ | | Include documentation section
* Merge pull request #85 from timob/mastermattn2013-09-182-0/+423
|\ | | | | Add benchmark tests. As used by other database/sql drivers.
| * Add benchmark tests. As used by other database/sql drivers.Tim O'Brien2013-09-182-0/+423
|/
* Merge pull request #83 from dajohi/mastermattn2013-09-121-1/+46
|\ | | | | add new test for WAL journal_mode
| * 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
|