aboutsummaryrefslogtreecommitdiff
path: root/callback.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* update amalgamation codeYasuhiro Matsumoto2016-08-111-0/+4
* callback: use handles rather than passing Go pointersIan Lance Taylor2016-01-291-3/+49
* 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
* Implement support for aggregation functions implemented in Go.David Anderson2015-09-151-0/+47
* Add support for interface{} arguments in Go SQLite functions.David Anderson2015-08-211-0/+24
* Move argument converters to callback.go, and optimize return value handling.David Anderson2015-08-211-1/+199
* Implement support for passing Go functions as custom functions to SQLite.David Anderson2015-08-211-0/+20