Revision 5374
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql_io.py | ||
---|---|---|
732 | 732 |
|
733 | 733 |
sql.empty_temp(db, [insert_out_pkeys, insert_in_pkeys]) |
734 | 734 |
|
735 |
if limit_ref[0] == 0 or not is_function: # is_function doesn't leave holes
|
|
735 |
if not is_function: # is_function doesn't leave holes |
|
736 | 736 |
log_debug('Setting pkeys of missing rows to ' |
737 | 737 |
+strings.as_tt(strings.urepr(default))) |
738 | 738 |
missing_rows_joins = [full_in_table, sql_gen.Join(into, |
Also available in: Unified diff
sql_io.py: put_table(): Setting pkeys of missing rows: Removed "limit_ref0 == 0" check because this code is never reached in that case