Revision 5376
Added by Aaron Marcuse-Kubitza about 12 years ago
lib/sql_io.py | ||
---|---|---|
462 | 462 |
limit_ref = [None] |
463 | 463 |
def remove_all_rows(): |
464 | 464 |
log_debug('Ignoring all rows') |
465 |
limit_ref[0] = 0 # just create an empty pkeys table
|
|
465 |
limit_ref[0] = 0 # just return the default value column
|
|
466 | 466 |
|
467 | 467 |
def ignore_cond(cond, e): |
468 | 468 |
if is_literals: remove_all_rows() |
Also available in: Unified diff
sql_io.py: put_table(): remove_all_rows(): Corrected "just create an empty pkeys table" comment to "just return the default value column"