| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go (#883)•••Commit 4f7abea96e added a test that uses Conn.Raw, which was added in Go >= 1.13. The go-sqlite3 project runs tests with Go >= 1.11. Remove the test from sqlite3_test.go, so it only runs with the correct versions of Go. Instead of adding a new test, modify the existing test that already uses Conn.Raw() to check the type of driverConn. | Evan Jones | 2020-11-17 | 1 | -1/+1 |
| * | doc.go: you can use Conn.Raw to get *SQLiteConn (#882)•••This can be easier that registering a new driver, in some cases. Add a test to verify that this works. | Evan Jones | 2020-11-16 | 1 | -3/+13 |
| * | Expand documentation for extension functions (#880)•••This relates to #870; it's not immediately clear that you need to pass a different driver name to sql.Open from the documentation. | Macaully James Muir | 2020-11-16 | 1 | -3/+16 |
| * | Removing an unused C import to allow for "buildable" go files. Fixes https://... | Mark Bates | 2017-01-18 | 1 | -2/+0 |
| * | Make Go 1.7 fail compilation•••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 | Filippo Valsorda | 2016-09-03 | 1 | -0/+2 |
| * | 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.•••Fixes #226. | David Anderson | 2015-08-21 | 1 | -3/+20 |
| * | 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 |
