aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add missing error checking to simple exampleStani2016-04-141-2/+16
* Merge pull request #291 from diocles/patch-1mattn2016-03-251-1/+1
|\
| * Fix sqlite "regexp" function name in documentationTim Retout2016-03-241-1/+1
|/
* Remove gocovYasuhiro Matsumoto2016-03-151-1/+0
* Merge pull request #286 from y0za/fix-testing-messagemattn2016-03-151-2/+2
|\
| * Fix testing message at TestInsert and TestUpdateyoza2016-03-141-2/+2
|/
* Merge pull request #282 from zmedico/decltypesmattn2016-03-072-6/+47
|\
| * Test SQLiteRows.DeclTypes()Zac Medico2016-03-071-0/+35
| * Add SQLiteRows.DeclTypes() methodZac Medico2016-03-061-6/+12
* | Conditional build for the FTS5 ExtensionBruce Marriner2016-03-071-0/+13
|/
* Merge pull request #278 from rkintzi/json1mattn2016-03-031-0/+12
|\
| * Conditional build for the JSON1 ExtensionRadosław Kintzi2016-02-281-0/+12
|/
* Merge pull request #275 from otoolep/fix_typosmattn2016-02-233-14/+14
|\
| * Fix minor typos in commentsPhilip O Toole2016-02-233-14/+14
|/
* Merge pull request #267 from ianlancetaylor/go16mattn2016-02-011-4/+4
|\
| * bind: pass &v[0] in direct call to CIan Lance Taylor2016-01-291-4/+4
* | Merge pull request #268 from ianlancetaylor/handlemattn2016-01-312-5/+52
|\ \ | |/ |/|
| * callback: use handles rather than passing Go pointersIan Lance Taylor2016-01-292-5/+52
|/
* Merge pull request #266 from tcyrus/patch-1mattn2016-01-291-2/+3
|\
| * Update README.mdTimothy Cyrus2016-01-281-2/+3
|/
* Upgrade sqlite amalgamation to latest 3.10.2Vladimir Timofeev2016-01-222-11/+15
* Upgrade sqlite amalgamation to latest 3.10.1Vladimir Timofeev2016-01-223-15430/+54892
* Merge pull request #262 from keybase/mastermattn2015-12-301-1/+1
|\
| * Fix compile for old mingw32Taru Karttunen2015-12-301-1/+1
* | avoid cgoCheckPointer. ref https://github.com/golang/go/issues/12416Yasuhiro Matsumoto2015-12-301-2/+16
|/
* Merge pull request #252 from marcelolima/mastermattn2015-11-061-1/+1
|\
| * Fix README project addressMarcelo Lima2015-11-061-1/+1
|/
* Merge pull request #251 from larsmans/fixesmattn2015-11-032-23/+23
|\
| * Clean up tempfiles in testsLars Buitinck2015-11-032-23/+23
|/
* Merge branch 'master' of https://github.com/mattn/go-sqlite3Yasuhiro Matsumoto2015-11-023-14/+38
|\
| * Merge pull request #243 from augustoroman/mastermattn2015-11-022-14/+34
| |\
| | * Store/retrieve timezones for time.Time values.Augusto Roman2015-10-092-14/+34
| * | Merge pull request #250 from DavidGamba/install-in-readmemattn2015-11-021-0/+4
| |\ \ | | |/ | |/|
| | * Update README. Install go-sqlite3 to avoid builds with gccDavid Gamba2015-10-311-0/+4
| |/
* | fix testsYasuhiro Matsumoto2015-11-022-3/+2
* | Merge branch 'pr/207'Yasuhiro Matsumoto2015-11-024-35/+56
|\ \ | |/ |/|
| * Cosmetics: use WaitGroup instead of channel in testLars Buitinck2015-06-051-7/+4
| * Test read-only databasesLars Buitinck2015-06-051-0/+21
| * Clean up more tempfilesLars Buitinck2015-06-051-0/+1
| * Fix doc commentLars Buitinck2015-06-051-1/+1
| * Get reliable tempfile names from ioutil.TempFileLars Buitinck2015-06-052-28/+29
* | Add FTS4 unicode61 tokenizer supportlooi2015-09-212-1/+45
* | fix #238Yasuhiro Matsumoto2015-09-161-2/+2
* | use math.MaxInt32. related issue #238Yasuhiro Matsumoto2015-09-161-4/+3
* | fix build on 32bit OSs. Close #238Yasuhiro Matsumoto2015-09-161-2/+4
* | remove binary fileYasuhiro Matsumoto2015-09-162-0/+0
* | Merge pull request #229 from danderson/mastermattn2015-09-168-9/+1074
|\ \
| * | Implement support for aggregation functions implemented in Go.David Anderson2015-09-155-33/+449
| * | Add support for interface{} arguments in Go SQLite functions.David Anderson2015-08-213-5/+60
| * | Implement support for variadic functions.David Anderson2015-08-212-10/+55