| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Incorporate original PR 271 from https://github.com/brokensandals | Jason Abbott | 2017-07-03 | 1 | -0/+6 |
| * | golint | Yasuhiro Matsumoto | 2017-03-05 | 1 | -4/+5 |
| * | golint | Yasuhiro Matsumoto | 2017-03-05 | 2 | -9/+9 |
| * | use pointer receiver | Yasuhiro Matsumoto | 2017-03-05 | 2 | -5/+6 |
| * | fix import path | Yasuhiro Matsumoto | 2017-03-05 | 1 | -1/+2 |
| * | [vtable] Rename Context to SQLiteContext•••To not conflict with core "context" package naming. | Conor Branagan | 2017-03-04 | 1 | -2/+2 |
| * | [vtable] Add pure Go example of GitHub repo vtable. | Conor Branagan | 2017-03-04 | 2 | -0/+147 |
| * | Merge pull request #279 from otoolep/src_dst_swapped•••Source and destination are reversed | mattn | 2017-03-01 | 1 | -11/+12 |
| |\ | |||||
| | * | Fix reversed source and destination names | Philip O'Toole | 2016-02-28 | 1 | -10/+10 |
| | * | Alphabetical imports | Philip O'Toole | 2016-02-28 | 1 | -1/+2 |
| * | | dummy constants | Yasuhiro Matsumoto | 2017-01-11 | 1 | -2/+0 |
| * | | fixes #368 | Yasuhiro Matsumoto | 2017-01-10 | 1 | -0/+2 |
| * | | Fix example import to point to mattn repo. | Graeme Connell | 2016-11-11 | 1 | -1/+1 |
| * | | Example program for the new SetTrace()•••Does INSERT, then SELECT on the inserted rows (in-memory database). The purpose of all these is to cause activity so there will be trace messages to display. Trace message formatting is included (a useful format, with explanations). | A.N | 2016-09-07 | 1 | -0/+264 |
| * | | add missing error checking to simple example | Stani | 2016-04-14 | 1 | -2/+16 |
| |/ | |||||
| * | remove binary file | Yasuhiro Matsumoto | 2015-09-16 | 2 | -0/+0 |
| * | Merge pull request #229 from danderson/master•••Implement support for calling Go functions from SQLite | mattn | 2015-09-16 | 2 | -0/+133 |
| |\ | |||||
| | * | Implement support for aggregation functions implemented in Go. | David Anderson | 2015-09-15 | 2 | -0/+133 |
| * | | Fix example to check the correct error value | Marc Campbell | 2015-08-24 | 1 | -7/+7 |
| |/ | |||||
| * | remove duplicated Close•••since there's one already at line 51 | gmarik | 2015-08-16 | 1 | -1/+0 |
| * | Rename sqlite3.{c,h} to sqlite3-binding.{c,h}•••This fixes the problem where when building with gccgo, sqlite3.c is overwritten, leading to a build failure. An alternative would have been to move sqlite3*.{c,h} to a subdirectory, but that seems to confuse the linker a fair bit and would just swap one implementation-dependent issue for another. Closes #20 Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> | Stéphane Graber | 2015-03-11 | 1 | -1/+1 |
| * | Update simple.go (very small change)•••Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functions sql.* in future edits or code reuse. | tonio3l | 2014-07-29 | 1 | -3/+3 |
| * | Add backup. Close #104 | mattn | 2014-01-30 | 1 | -0/+71 |
| * | Add example that query github repositories | mattn | 2014-01-23 | 4 | -0/+1338 |
| * | rename | mattn | 2013-09-12 | 3 | -0/+0 |
| * | Implements Execer | mattn | 2013-09-09 | 1 | -10/+8 |
| * | Add Makefile | mattn | 2013-08-30 | 1 | -0/+22 |
| * | mv | mattn | 2013-08-28 | 3 | -0/+169 |
