0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-07-20 22:59:11 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Yasuhiro Matsumoto
c91bca4fb4 update go version to 1.19 2024-01-25 22:55:22 +09:00
Patrick DeVivo
92d23714a8 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 module
2020-12-26 23:11:17 +09:00