mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Add implementations for opcodes required for linear scans of virtual tables. (CVS 3223)
FossilOrigin-Name: 1f20e1832b38c76d2b0dde5fd720670c2ad0438b
This commit is contained in:
@@ -839,7 +839,7 @@ void sqlite3VdbeFreeCursor(Cursor *pCx){
|
||||
if( pCx->pVtabCursor ){
|
||||
sqlite3_vtab_cursor *pVtabCursor = pCx->pVtabCursor;
|
||||
sqlite3_vtab *pVtab = pVtabCursor->pVtab;
|
||||
sqlite3_module *pModule = pVtab->pModule;
|
||||
const sqlite3_module *pModule = pVtab->pModule;
|
||||
pModule->xClose(pVtabCursor);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user