| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support returning any from callbacks (#1046) | Phil Eaton | 2022-05-29 | 1 | -0/+19 |
| | | | | Support returning any from callbacks | ||||
| * | 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 |
| | | | | | | | | | | | | | | * Use go-pointer instead of uintptr hacks. Fixes #791 * Do same of go-pointer * Drop older verion of Go * Fix build * Fix build | ||||
| * | 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 |
| | | | | | | | | | Apparently the cgo typechecks get better on tip, so use C.int instead of Go integers. Build tip as part of the Travis build, so we can ensure that any errors are resolved before they get released to a wider audience. | ||||
| * | 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 |
| | | | | | | | | | * User Authentication Implementation * Rename file to conform to fileformat `sqlite3_*_omit.go` * Updated sqlite3-binding.* with new upgrade tool * Add: callbackRetNil required for error type return because of adding `RegisterFunc`s directly on the connection. * Add: TestCreateAuthDatabase | ||||
| * | 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 |
| |/ | | | | | This allows Go programs to register custom comparison functions with sqlite, and ORDER BY that comparator. | ||||
| * | fix trace callback. | Yasuhiro Matsumoto | 2016-11-08 | 1 | -2/+2 |
| | | | | | Close #352 | ||||
| * | 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 |
| | | | | | | | | | | 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. | ||||
| * | 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 |
| | | | | | | This enabled support for functions like Foo(a interface{}) and Bar(a ...interface{}). | ||||
| * | Move argument converters to callback.go, and optimize return value handling. | David Anderson | 2015-08-21 | 1 | -1/+199 |
| | | | | | | | 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. | ||||
| * | Implement support for passing Go functions as custom functions to SQLite. | David Anderson | 2015-08-21 | 1 | -0/+20 |
| Fixes #226. | |||||
