| 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.•••This allows Go programs to register custom comparison functions with sqlite, and ORDER BY that comparator. | David Anderson | 2017-06-08 | 1 | -0/+6 |
| |/ | |||||
| * | fix trace callback.•••Close #352 | 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•••The cgo pointer passing rules forbid passing a Go pointer to C if that pointer points to memory containing other Go pointers. This is true even if the Go pointer is converted to uintptr. This change fixes the code to use a handle instead, and to look up the handle in the callback function. | 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.•••This enabled support for functions like Foo(a interface{}) and Bar(a ...interface{}). | David Anderson | 2015-08-21 | 1 | -0/+24 |
| * | Move argument converters to callback.go, and optimize return value handling.•••A call now doesn't have to do any reflection, it just blindly invokes a bunch of argument and return value handlers to execute the translation, and the safety of the translation is determined at registration time. | David Anderson | 2015-08-21 | 1 | -1/+199 |
| * | Implement support for passing Go functions as custom functions to SQLite.•••Fixes #226. | David Anderson | 2015-08-21 | 1 | -0/+20 |
