Revision 5442
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql_io.py | ||
---|---|---|
483 | 483 |
strings.ensure_newl(e.cause.pgerror)+'condition: '+cond) |
484 | 484 |
|
485 | 485 |
not_cond = sql_gen.NotCond(sql_gen.CustomCode(cond)) |
486 |
log_debug("Ignoring rows that don't satisfy "+strings.as_tt(cond))
|
|
486 |
log_debug('Ignoring rows that do not satisfy '+strings.as_tt(cond))
|
|
487 | 487 |
assert cond != sql_gen.true_expr # we know the constraint failed |
488 | 488 |
if cond == sql_gen.false_expr: remove_all_rows() |
489 | 489 |
else: sql.delete(db, insert_in_table, not_cond) |
Also available in: Unified diff
sql_io.py: put_table(): ignore_cond(): Log message: Replaced don't with do not so it wouldn't mess up syntax highlighting when viewing the log file in a text editor