1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Clean up and clarify code in test8.c. (CVS 3289)

FossilOrigin-Name: 4acf7594a6c47142e7112d2cd9766a563401879b
This commit is contained in:
danielk1977
2006-06-24 06:36:11 +00:00
parent f2a3e686dd
commit cc013f891c
4 changed files with 244 additions and 125 deletions

View File

@@ -85,7 +85,7 @@ struct Cursor {
i64 seqCount; /* Sequence counter */
#ifndef SQLITE_OMIT_VIRTUALTABLE
sqlite3_vtab_cursor *pVtabCursor; /* The cursor for a virtual table */
sqlite3_module *pModule; /* Module for cursor pVtabCursor */
const sqlite3_module *pModule; /* Module for cursor pVtabCursor */
#endif
/* Cached information about the header for the data record that the