Fix missing paren from 5b0b874435
This commit is contained in:
parent
2588a0a651
commit
b2d91af90d
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ Zotero.Sync.Data.Local = {
|
|||
+ "SELECT SC.ROWID FROM syncCache SC "
|
||||
+ `LEFT JOIN ${table} O USING (libraryID, key, version) `
|
||||
+ "WHERE syncObjectTypeID=? AND SC.libraryID=? AND "
|
||||
+ "(O.libraryID IS NULL OR SC.version < O.version)";
|
||||
+ "(O.libraryID IS NULL OR SC.version < O.version))";
|
||||
yield Zotero.DB.queryAsync(sql, [syncObjectTypeID, libraryID]);
|
||||
}),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue