diff options
Diffstat (limited to 'Source/TableDump.m')
-rw-r--r-- | Source/TableDump.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDump.m b/Source/TableDump.m index 93855bf4..0a7d5e0e 100644 --- a/Source/TableDump.m +++ b/Source/TableDump.m @@ -1088,7 +1088,7 @@ queryLength += [sqlString length]; // Close this VALUES group and set up the next one if appropriate - if (j != rowCount - 1) { + if (j != rowCount) { // Add a new INSERT starter command every ~250k of data. if (queryLength > 250000) { |