Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove most files from _example/ | EuAndreh | 2024-08-14 | 1 | -118/+0 |
| | |||||
* | update go version to 1.19 | Yasuhiro Matsumoto | 2024-01-25 | 1 | -1/+1 |
| | |||||
* | add support for defining an "eponymous only" virtual table (#885) | Patrick DeVivo | 2020-12-26 | 1 | -0/+118 |
* 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 |