Fossil SCM

Fix an SQL syntax error. Ticket [62c84f3e604a06f9b8f3f4ca39f774d6909115aa].

drh 2008-12-20 02:23 trunk
Commit 491b2c69ec500c643df1d82e5bd59e3eefaa2f28
1 file changed +1 -1
+1 -1
--- src/vfile.c
+++ src/vfile.c
@@ -248,11 +248,11 @@
248248
249249
zName = db_column_text(&q, 0);
250250
unlink(zName);
251251
}
252252
db_finalize(&q);
253
- db_multi_exec("UPDATE vfile SET mtime=NULL HERE vid=%d AND mrid>0", vid);
253
+ db_multi_exec("UPDATE vfile SET mtime=NULL WHERE vid=%d AND mrid>0", vid);
254254
}
255255
256256
/*
257257
** Load into table SFILE the name of every ordinary file in
258258
** the directory pPath. Omit the first nPrefix characters of
259259
--- src/vfile.c
+++ src/vfile.c
@@ -248,11 +248,11 @@
248
249 zName = db_column_text(&q, 0);
250 unlink(zName);
251 }
252 db_finalize(&q);
253 db_multi_exec("UPDATE vfile SET mtime=NULL HERE vid=%d AND mrid>0", vid);
254 }
255
256 /*
257 ** Load into table SFILE the name of every ordinary file in
258 ** the directory pPath. Omit the first nPrefix characters of
259
--- src/vfile.c
+++ src/vfile.c
@@ -248,11 +248,11 @@
248
249 zName = db_column_text(&q, 0);
250 unlink(zName);
251 }
252 db_finalize(&q);
253 db_multi_exec("UPDATE vfile SET mtime=NULL WHERE vid=%d AND mrid>0", vid);
254 }
255
256 /*
257 ** Load into table SFILE the name of every ordinary file in
258 ** the directory pPath. Omit the first nPrefix characters of
259

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button