diff options
Diffstat (limited to 'src/test_tclvar.c')
-rw-r--r-- | src/test_tclvar.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test_tclvar.c b/src/test_tclvar.c index ba233d15a..025bc9026 100644 --- a/src/test_tclvar.c +++ b/src/test_tclvar.c @@ -16,7 +16,7 @@ ** The emphasis of this file is a virtual table that provides ** access to TCL variables. ** -** $Id: test_tclvar.c,v 1.6 2006/06/27 12:25:00 danielk1977 Exp $ +** $Id: test_tclvar.c,v 1.7 2006/07/08 17:06:44 drh Exp $ */ #include "sqliteInt.h" #include "tcl.h" @@ -267,7 +267,8 @@ static sqlite3_module tclvarModule = { 0, /* xBegin */ 0, /* xSync */ 0, /* xCommit */ - 0 /* xRollback */ + 0, /* xRollback */ + 0, /* xFindMethod */ }; /* |