aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_vtable_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* add support for defining an "eponymous only" virtual table (#885)•••* 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 modulePatrick DeVivo2020-12-261-0/+122
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
* fmt update•••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.Gert-Jan Timmer2018-05-271-0/+1
* Update prefix of build tags to `sqlite_`•••* Keep current build tags backwards compliant * Added alias for `sqlite_json1` => `sqlite_json`Gert-Jan Timmer2018-05-241-1/+1
* Rename•••Renamed files containing current features.Gert-Jan Timmer2018-05-231-0/+485