Revision 2896
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql.py | ||
---|---|---|
1229 | 1229 |
exc_strs.add(e_str) |
1230 | 1230 |
|
1231 | 1231 |
def remove_all_rows(): |
1232 |
log_debug('Returning NULL for all rows')
|
|
1232 |
log_debug('Ignoring all rows')
|
|
1233 | 1233 |
limit_ref[0] = 0 # just create an empty pkeys table |
1234 | 1234 |
|
1235 | 1235 |
def ignore(in_col, value, e): |
Also available in: Unified diff
sql.py: put_table(): remove_all_rows(): Changed log message to "Ignoring all rows" because NULL is not necessarily the pkey value that will be returned for the rows