0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-06-04 01:10:35 +00:00

8 Commits

Author SHA1 Message Date
c91bca4fb4 update go version to 1.19 2024-01-25 22:55:22 +09:00
edc3bb6955 Fix virtual table example. () 2023-04-05 22:46:26 -04:00
4b8633cceb Updating vtable example, "BestIndex" method ()
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
f9e79c0a39 golint 2017-03-05 20:52:55 +09:00
a9d61d54c6 use pointer receiver 2017-03-05 20:49:45 +09:00
fca908b496 fix import path 2017-03-05 20:48:17 +09:00
9efa963d05 [vtable] Rename Context to SQLiteContext
To not conflict with core "context" package naming.
2017-03-04 18:37:04 -05:00
618e784627 [vtable] Add pure Go example of GitHub repo vtable. 2017-03-04 18:10:02 -05:00