index
:
golite
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
callback.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build with "go tool" and hackishly bundle code from same package into one fil...
EuAndreh
2024-08-12
1
-411
/
+0
*
go fmt ./...
Yasuhiro Matsumoto
2024-01-25
1
-4
/
+4
*
update go version to 1.19
Yasuhiro Matsumoto
2024-01-25
1
-4
/
+4
*
Support returning any from callbacks (#1046)
Phil Eaton
2022-05-29
1
-0
/
+19
*
change angle bracket import to quotes (#868)
Hanzhen Yi
2021-10-26
1
-1
/
+1
*
Use go-pointer instead of uintptr hacks. (#814)
mattn
2020-08-26
1
-28
/
+22
*
Add build constraints for non cgo
Yasuhiro Matsumoto
2019-11-18
1
-1
/
+1
*
Closes #597
G.J.R. Timmer
2019-08-22
1
-3
/
+21
*
all: fix cgo compile failures on tip
Kevin Burke
2018-11-01
1
-1
/
+1
*
implementation of set_authorizer interface
Grzegorz MarszaĆek
2018-08-25
1
-0
/
+6
*
ADD: User authentication
Gert-Jan Timmer
2018-05-30
1
-0
/
+10
*
Merge branch 'master' into master
mattn
2017-08-30
1
-0
/
+18
|
\
|
*
Incorporate original PR 271 from https://github.com/brokensandals
Jason Abbott
2017-07-03
1
-0
/
+18
*
|
Add support for collation sequences implemented in Go.
David Anderson
2017-06-08
1
-0
/
+6
|
/
*
fix trace callback.
Yasuhiro Matsumoto
2016-11-08
1
-2
/
+2
*
update amalgamation code
Yasuhiro Matsumoto
2016-08-11
1
-0
/
+4
*
callback: use handles rather than passing Go pointers
Ian Lance Taylor
2016-01-29
1
-3
/
+49
*
fix #238
Yasuhiro Matsumoto
2015-09-16
1
-2
/
+2
*
use math.MaxInt32. related issue #238
Yasuhiro Matsumoto
2015-09-16
1
-4
/
+3
*
fix build on 32bit OSs. Close #238
Yasuhiro Matsumoto
2015-09-16
1
-2
/
+4
*
Implement support for aggregation functions implemented in Go.
David Anderson
2015-09-15
1
-0
/
+47
*
Add support for interface{} arguments in Go SQLite functions.
David Anderson
2015-08-21
1
-0
/
+24
*
Move argument converters to callback.go, and optimize return value handling.
David Anderson
2015-08-21
1
-1
/
+199
*
Implement support for passing Go functions as custom functions to SQLite.
David Anderson
2015-08-21
1
-0
/
+20