aboutsummaryrefslogtreecommitdiff
path: root/_example/vtable (follow)
Commit message (Expand)AuthorAgeFilesLines
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-1/+1
* Fix virtual table example. (#1149)Andrew Zhang2023-04-051-1/+1
* Updating vtable example, "BestIndex" method (#1099)•••As it was, the vtable example will give an error when adding any kind of SQL constraint in the SQL statement. Updating the BestIndex method will ensure that adding SQL constraints will not result in errors Signed-off-by: David Vassallo <davevassallo@gmail.com> Signed-off-by: David Vassallo <davevassallo@gmail.com>David Vassallo2022-10-181-1/+6
* golintYasuhiro Matsumoto2017-03-052-9/+9
* use pointer receiverYasuhiro Matsumoto2017-03-052-5/+6
* fix import pathYasuhiro Matsumoto2017-03-051-1/+2
* [vtable] Rename Context to SQLiteContext•••To not conflict with core "context" package naming. Conor Branagan2017-03-041-2/+2
* [vtable] Add pure Go example of GitHub repo vtable.Conor Branagan2017-03-042-0/+147