Check-in [491b2c69ec]
Not logged in
Overview

SHA1 Hash:491b2c69ec500c643df1d82e5bd59e3eefaa2f28
Date: 2008-12-20 02:23:18
User: drh
Comment:Fix an SQL syntax error. Ticket 62c84f3e604a06f9b8f3f4ca39f774d6909115aa.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/vfile.c from [0b0beebd09] to [eb6d72e4f4].

@@ -248,11 +248,11 @@
 
     zName = db_column_text(&q, 0);
     unlink(zName);
   }
   db_finalize(&q);
-  db_multi_exec("UPDATE vfile SET mtime=NULL HERE vid=%d AND mrid>0", vid);
+  db_multi_exec("UPDATE vfile SET mtime=NULL WHERE vid=%d AND mrid>0", vid);
 }
 
 /*
 ** Load into table SFILE the name of every ordinary file in
 ** the directory pPath.   Omit the first nPrefix characters of