Revision 8265
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/db_xml.py | ||
---|---|---|
253 | 253 |
|
254 | 254 |
this_ct = cur.rowcount |
255 | 255 |
total += this_ct |
256 |
start += this_ct # advance start to fetch next set |
|
256 | 257 |
if this_ct == 0: break # in_table size is multiple of partition_size |
257 | 258 |
|
258 | 259 |
# Import data |
Also available in: Unified diff
lib/db_xml.py: put_table(): Fixed bug where command to advance start to fetch next set was unintentionally deleted when removing the is_view check