aboutsummaryrefslogtreecommitdiff
path: root/_example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes #368Yasuhiro Matsumoto2017-01-101-0/+2
|
* Fix example import to point to mattn repo.Graeme Connell2016-11-111-1/+1
|
* Example program for the new SetTrace()A.N2016-09-071-0/+264
| | | | | | | 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).
* add missing error checking to simple exampleStani2016-04-141-2/+16
|
* remove binary fileYasuhiro Matsumoto2015-09-162-0/+0
|
* Merge pull request #229 from danderson/mastermattn2015-09-162-0/+133
|\ | | | | Implement support for calling Go functions from SQLite
| * Implement support for aggregation functions implemented in Go.David Anderson2015-09-152-0/+133
| |
* | Fix example to check the correct error valueMarc Campbell2015-08-241-7/+7
|/
* remove duplicated Closegmarik2015-08-161-1/+0
| | | since there's one already at line 51
* Rename sqlite3.{c,h} to sqlite3-binding.{c,h}Stéphane Graber2015-03-111-1/+1
| | | | | | | | | | | | | 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>
* Update simple.go (very small change)tonio3l2014-07-291-3/+3
| | | Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functions sql.* in future edits or code reuse.
* Add backup. Close #104mattn2014-01-301-0/+71
|
* Add example that query github repositoriesmattn2014-01-234-0/+1338
|
* renamemattn2013-09-123-0/+0
|
* Implements Execermattn2013-09-091-10/+8
|
* Add Makefilemattn2013-08-301-0/+22
|
* mvmattn2013-08-283-0/+169