aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_vtable.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-721/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
|
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-6/+6
|
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-261-1/+1
|
* fix idxStr freeing issue (#898)Patrick DeVivo2021-10-261-4/+15
| | | uses snippet suggested by @rittneje https://github.com/mattn/go-sqlite3/issues/897#issuecomment-752162125
* add support for defining an "eponymous only" virtual table (#885)Patrick DeVivo2020-12-261-3/+52
| | | | | | | | | * 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. (#814)mattn2020-08-261-15/+15
| | | | | | | | | | | | | * Use go-pointer instead of uintptr hacks. Fixes #791 * Do same of go-pointer * Drop older verion of Go * Fix build * Fix build
* treat vtable C arrays as Go slices rather than giant Go arrays (#840)rittneje2020-08-261-11/+21
|
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* fmt updateGert-Jan Timmer2018-05-271-2/+6
| | | | | | 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.
* Update prefix of build tags to `sqlite_`Gert-Jan Timmer2018-05-241-1/+1
| | | | * Keep current build tags backwards compliant * Added alias for `sqlite_json1` => `sqlite_json`
* RenameGert-Jan Timmer2018-05-231-0/+646
Renamed files containing current features.