| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removing an unused C import to allow for "buildable" go files. Fixes ↵ | Mark Bates | 2017-01-18 | 1 | -2/+0 |
| | | | | | https://github.com/mattn/go-sqlite3/issues/374 | ||||
| * | Make Go 1.7 fail compilation | Filippo Valsorda | 2016-09-03 | 1 | -0/+2 |
| | | | | | | | | | | | | The package is useless without cgo, but Go 1.7 will happily build it since doc.go is a pure-Go file, even if CGO_ENABLED=0, like when cross-compiling. This is particularly problematic since the package is usually imported for its side effects, and users would successfully build a broken binary. Workaround golang/go#16981 | ||||
| * | Fix sqlite "regexp" function name in documentation | Tim Retout | 2016-03-24 | 1 | -1/+1 |
| | | |||||
| * | Fix minor typos in comments | Philip O Toole | 2016-02-23 | 1 | -9/+9 |
| | | |||||
| * | Implement support for passing Go functions as custom functions to SQLite. | David Anderson | 2015-08-21 | 1 | -3/+20 |
| | | | | | Fixes #226. | ||||
| * | Remove license header from doc.go because it appear in godoc | mattn | 2014-08-18 | 1 | -5/+0 |
| | | |||||
| * | Add license header | mattn | 2014-08-18 | 1 | -0/+5 |
| | | |||||
| * | Add doc | mattn | 2014-07-04 | 1 | -0/+95 |
