Macaully James Muir
784c625194
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.
2020-11-16 23:40:44 +09:00
Mark Bates
5811704cf6
Removing an unused C import to allow for "buildable" go files. Fixes https://github.com/mattn/go-sqlite3/issues/374
2017-01-18 17:14:12 +01:00
Filippo Valsorda
98981b4a3b
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
2016-09-03 20:02:56 +01:00
Tim Retout
7b2244eaa4
Fix sqlite "regexp" function name in documentation
2016-03-24 15:58:39 +00:00
Philip O Toole
1e280555b7
Fix minor typos in comments
2016-02-23 01:26:13 -05:00
David Anderson
cf8fa0af80
Implement support for passing Go functions as custom functions to SQLite.
...
Fixes #226 .
2015-08-21 13:39:50 -07:00
mattn
5b2191bd7a
Remove license header from doc.go because it appear in godoc
2014-08-18 16:58:14 +09:00
mattn
5e5d088a36
Add license header
2014-08-18 16:56:31 +09:00
mattn
9eb751e8f1
Add doc
2014-07-04 09:54:28 +09:00