File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
SQLite3MultipleCiphers/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156248,7 +156248,7 @@ SQLITE_PRIVATE SQLITE_NOINLINE int sqlite3RunVacuum(
156248
156248
"SELECT'INSERT INTO vacuum_db.'||quote(name)"
156249
156249
"||' SELECT*FROM\"%w\".'||quote(name)"
156250
156250
"FROM vacuum_db.sqlite_schema "
156251
- "WHERE type='table'AND coalesce(rootpage,1)>0 AND name ",
156251
+ "WHERE type='table'AND coalesce(rootpage,1)>0",
156252
156252
zDbMain
156253
156253
);
156254
156254
}
Original file line number Diff line number Diff line change @@ -156248,7 +156248,7 @@ SQLITE_PRIVATE SQLITE_NOINLINE int sqlite3RunVacuum(
156248
156248
"SELECT'INSERT INTO vacuum_db.'||quote(name)"
156249
156249
"||' SELECT*FROM\"%w\".'||quote(name)"
156250
156250
"FROM vacuum_db.sqlite_schema "
156251
- "WHERE type='table'AND coalesce(rootpage,1)>0 AND name ",
156251
+ "WHERE type='table'AND coalesce(rootpage,1)>0",
156252
156252
zDbMain
156253
156253
);
156254
156254
}
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ SQLITE_NOINLINE int sqlite3RunVacuum(
314
314
"SELECT'INSERT INTO vacuum_db.'||quote(name)"
315
315
"||' SELECT*FROM\"%w\".'||quote(name)"
316
316
"FROM vacuum_db.sqlite_schema "
317
- "WHERE type='table'AND coalesce(rootpage,1)>0 AND name " ,
317
+ "WHERE type='table'AND coalesce(rootpage,1)>0" ,
318
318
zDbMain
319
319
);
320
320
}
You can’t perform that action at this time.
0 commit comments