aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | golintYasuhiro Matsumoto2017-03-052-6/+8
| | |
* | | remove type ZeroBlobLengthYasuhiro Matsumoto2017-03-051-2/+1
| | |
* | | golintYasuhiro Matsumoto2017-03-052-9/+9
| | |
* | | use pointer receiverYasuhiro Matsumoto2017-03-052-5/+6
| | |
* | | fix import pathYasuhiro Matsumoto2017-03-051-1/+2
| | |
* | | Merge pull request #347 from DataDog/dd/vtablemattn2017-03-057-1/+945
|\ \ \ | | | | | | | | Add Go API for virtual tables
| * | | [vtable] Rename Context to SQLiteContextConor Branagan2017-03-044-14/+14
| | | | | | | | | | | | | | | | To not conflict with core "context" package naming.
| * | | [vtable] Add pure Go example of GitHub repo vtable.Conor Branagan2017-03-042-0/+147
| | | |
| * | | Add Go API for virtual tablesConor Branagan2017-03-045-1/+798
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://www.sqlite.org/vtab.html for more details. This work was started from https://github.com/gwenn/gosqlite/blob/master/vtab.{c,go} and adds: - Porting the API to go-sqlite3 APIs. - Support for >= Go 1.6 without requiring the `cgocheck` flag to be changed. - Filling out the unfinished callback functions for the `Vtable` struct. - A simple `Context` API layer for ease of use when adding modules. Tests are included.
* | | fix testYasuhiro Matsumoto2017-03-051-1/+1
| | |
* | | not use underscoreYasuhiro Matsumoto2017-03-051-2/+2
| | |
* | | rename functionYasuhiro Matsumoto2017-03-051-2/+2
| | |
* | | add godoc for fixes golintYasuhiro Matsumoto2017-03-051-3/+17
| | |
* | | fix typosYasuhiro Matsumoto2017-03-051-4/+4
| | |
* | | use named fieldYasuhiro Matsumoto2017-03-051-10/+10
| | |
* | | Merge pull request #387 from msoap/patch-1mattn2017-03-021-0/+2
|\ \ \ | | | | | | | | Added available extensions to README
| * | | Added available extensions to READMESergey Mudrik2017-03-021-0/+2
|/ / /
* | | remove 1.6Yasuhiro Matsumoto2017-03-011-1/+0
| | |
* | | test on 1.8Yasuhiro Matsumoto2017-03-011-1/+2
| | |
* | | workaround for a compilerYasuhiro Matsumoto2017-03-012-1/+3
| | | | | | | | | | | | | | | | | | Apple LLVM version 7.0.2 (clang-700.1.81) Close #386
* | | Merge pull request #382 from mattn/sqlite-amalgamation-3170000mattn2017-03-012-2380/+4397
|\ \ \ | | | | | | | | upgrade to sqlite-amalgamation-3170000
| * | | upgrade to sqlite-amalgamation-3170000Yasuhiro Matsumoto2017-02-162-2380/+4397
| | | |
* | | | Merge pull request #279 from otoolep/src_dst_swappedmattn2017-03-011-11/+12
|\ \ \ \ | |/ / / |/| | | Source and destination are reversed
| * | | Fix reversed source and destination namesPhilip O'Toole2016-02-281-10/+10
| | | |
| * | | Alphabetical importsPhilip O'Toole2016-02-281-1/+2
| | | |
* | | | use variable dbYasuhiro Matsumoto2017-02-161-1/+1
| | | |
* | | | update to 2017Yasuhiro Matsumoto2017-02-161-1/+1
| | | |
* | | | fixes raceYasuhiro Matsumoto2017-02-111-4/+8
| | | |
* | | | Merge pull request #378 from AlekSi/patch-1mattn2017-02-071-5/+5
|\ \ \ \ | | | | | | | | | | Fix links to issues
| * | | | Fix links to issuesAlexey Palazhchenko2017-02-071-5/+5
|/ / / /
* | | | Merge pull request #376 from tych0/memory-faqmattn2017-01-271-0/+9
|\ \ \ \ | | | | | | | | | | add a FAQ entry about :memory: races
| * | | | add a FAQ entry about :memory: racesTycho Andersen2017-01-261-0/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Closes #204 Closes #309 Signed-off-by: Tycho Andersen <tycho@tycho.ws>
* | | | fix testYasuhiro Matsumoto2017-01-193-61/+72
| | | |
* | | | Merge pull request #375 from markbates/mastermattn2017-01-191-2/+0
|\ \ \ \ | | | | | | | | | | Removing an unused C import to allow for "buildable" go files. Fixes …
| * | | | Removing an unused C import to allow for "buildable" go files. Fixes ↵Mark Bates2017-01-181-2/+0
|/ / / / | | | | | | | | | | | | https://github.com/mattn/go-sqlite3/issues/374
* | | | remove fallbak for traceYasuhiro Matsumoto2017-01-191-55/+0
| | | | | | | | | | | | | | | | close #372, #373
* | | | fixes #372Yasuhiro Matsumoto2017-01-191-2/+0
| | | |
* | | | fix notraceYasuhiro Matsumoto2017-01-111-0/+34
| | | |
* | | | dummy constantsYasuhiro Matsumoto2017-01-112-2/+13
| | | |
* | | | fixes #368Yasuhiro Matsumoto2017-01-101-0/+2
| | | |
* | | | close statementYasuhiro Matsumoto2017-01-071-0/+1
| | | |
* | | | fix race conditionYasuhiro Matsumoto2017-01-031-3/+3
| | | |
* | | | temporary fix BeginTxYasuhiro Matsumoto2016-12-151-1/+1
| | | |
* | | | Merge branch 'master' of https://github.com/mattn/go-sqlite3Yasuhiro Matsumoto2016-12-150-0/+0
|\ \ \ \
| * | | | fix #27Yasuhiro Matsumoto2016-12-151-2/+2
| | | | |
* | | | | fix #362Yasuhiro Matsumoto2016-12-151-2/+2
|/ / / /
* | | | fix named argsYasuhiro Matsumoto2016-12-091-1/+1
| | | |
* | | | fix testsYasuhiro Matsumoto2016-12-091-2/+2
| | | |
* | | | fix tree for tools/upgrade.goYasuhiro Matsumoto2016-12-091-0/+2
| | | | | | | | | | | | | | | | Close #361
* | | | fix testYasuhiro Matsumoto2016-12-011-2/+2
| | | | | | | | | | | | | | | | see https://github.com/golang/go/issues/18099