aboutsummaryrefslogtreecommitdiff
path: root/callback.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh2024-08-121-411/+0
* go fmt ./...Yasuhiro Matsumoto2024-01-251-4/+4
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-4/+4
* Support returning any from callbacks (#1046)Phil Eaton2022-05-291-0/+19
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-261-1/+1
* Use go-pointer instead of uintptr hacks. (#814)mattn2020-08-261-28/+22
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
* Closes #597G.J.R. Timmer2019-08-221-3/+21
* all: fix cgo compile failures on tipKevin Burke2018-11-011-1/+1
* implementation of set_authorizer interfaceGrzegorz MarszaƂek2018-08-251-0/+6
* ADD: User authenticationGert-Jan Timmer2018-05-301-0/+10
* Merge branch 'master' into mastermattn2017-08-301-0/+18
|\
| * Incorporate original PR 271 from https://github.com/brokensandalsJason Abbott2017-07-031-0/+18
* | Add support for collation sequences implemented in Go.David Anderson2017-06-081-0/+6
|/
* fix trace callback.Yasuhiro Matsumoto2016-11-081-2/+2
* 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