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
*
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