Account for other bound parameters in statement when setting max
This commit is contained in:
parent
d387f99710
commit
5d7b37a157
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ Zotero.Sync.Storage = new function () {
|
|||
|
||||
// Can only handle 999 bound parameters at a time
|
||||
var numIDs = itemIDs.length;
|
||||
var maxIDs = 999;
|
||||
var maxIDs = 990;
|
||||
var done = 0;
|
||||
var rows = [];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue