Yasuhiro Matsumoto
c0861dee53
Quote table name before interpolating into DeclareVTab
2026-07-29 14:57:27 +09:00
Yasuhiro Matsumoto
baab34464d
Use the table name from xCreate args in vtable example
2026-07-29 09:47:29 +09:00
Yasuhiro Matsumoto
c91bca4fb4
update go version to 1.19
2024-01-25 22:55:22 +09:00
Andrew Zhang
edc3bb6955
Fix virtual table example. ( #1149 )
2023-04-05 22:46:26 -04:00
David Vassallo
4b8633cceb
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 >
2022-10-18 19:04:52 -04:00
Yasuhiro Matsumoto
f9e79c0a39
golint
2017-03-05 20:52:55 +09:00
Yasuhiro Matsumoto
a9d61d54c6
use pointer receiver
2017-03-05 20:49:45 +09:00
Yasuhiro Matsumoto
fca908b496
fix import path
2017-03-05 20:48:17 +09:00
Conor Branagan
9efa963d05
[vtable] Rename Context to SQLiteContext
...
To not conflict with core "context" package naming.
2017-03-04 18:37:04 -05:00
Conor Branagan
618e784627
[vtable] Add pure Go example of GitHub repo vtable.
2017-03-04 18:10:02 -05:00