mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Virtual tables fixes.
This commit is contained in:
@@ -185,6 +185,7 @@ func instantiateSQLite() (sqlt *sqlite, err error) {
|
||||
resultErrorBig: getFun("sqlite3_result_error_toobig"),
|
||||
createModule: getFun("sqlite3_create_module_go"),
|
||||
declareVTab: getFun("sqlite3_declare_vtab"),
|
||||
vtabRHSValue: getFun("sqlite3_vtab_rhs_value"),
|
||||
}
|
||||
if err != nil {
|
||||
return nil, err
|
||||
@@ -411,6 +412,7 @@ type sqliteAPI struct {
|
||||
resultErrorBig api.Function
|
||||
createModule api.Function
|
||||
declareVTab api.Function
|
||||
vtabRHSValue api.Function
|
||||
destructor uint32
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user