| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
file each
|
| |
|
| |
|
| |
|
|
|
| |
uses snippet suggested by @rittneje https://github.com/mattn/go-sqlite3/issues/897#issuecomment-752162125
|
|
|
|
|
|
|
|
|
| |
* add support for defining an "eponymous only" virtual table
As suggested here: https://github.com/mattn/go-sqlite3/issues/846#issuecomment-736206222
* add an example of an eponymous only vtab module
* add a test case for an eponymous only vtab module
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use go-pointer instead of uintptr hacks.
Fixes #791
* Do same of go-pointer
* Drop older verion of Go
* Fix build
* Fix build
|
| |
|
| |
|
|
|
|
|
|
| |
Fix: Placed all +build tags in the same location
Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup
Fix: Placed empty line between copyright comments and build tags for readability
Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines.
|
|
|
|
| |
* Keep current build tags backwards compliant
* Added alias for `sqlite_json1` => `sqlite_json`
|
|
Renamed files containing current features.
|