mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
:-) (CVS 68)
FossilOrigin-Name: fc8d25ea1fffa115fad15b9eb8bb0b0aaaff0431
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
** individual tokens and sends those tokens one-by-one over to the
|
||||
** parser for analysis.
|
||||
**
|
||||
** $Id: tokenize.c,v 1.8 2000/06/06 21:56:08 drh Exp $
|
||||
** $Id: tokenize.c,v 1.9 2000/06/07 02:04:23 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include <ctype.h>
|
||||
@@ -337,7 +337,7 @@ int sqliteRunParser(Parse *pParse, char *zSql, char **pzErrMsg){
|
||||
sqliteParserTrace(trace, "parser: ");
|
||||
}else if( sqliteStrNICmp(z,"--vdbe-trace-on--",17)==0 ){
|
||||
pParse->db->flags |= SQLITE_VdbeTrace;
|
||||
}else if( sqliteStrNICmp(z,"--vdbe-trace-off--", 19)==0 ){
|
||||
}else if( sqliteStrNICmp(z,"--vdbe-trace-off--", 18)==0 ){
|
||||
pParse->db->flags &= ~SQLITE_VdbeTrace;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user