Revision 3686
Added by Aaron Marcuse-Kubitza over 12 years ago
sql_io.py | ||
---|---|---|
474 | 474 |
assert not has_joins |
475 | 475 |
|
476 | 476 |
if is_literals: |
477 |
default = sql_gen.remove_col_rename(default) |
|
477 | 478 |
log_debug('Returning default: '+strings.as_tt(repr(default))) |
478 | 479 |
return default |
479 | 480 |
elif is_function: pass # empty pkeys table already created |
Also available in: Unified diff
sql_io.py: put_table(): unrecoverable errors: Returning default value: is_literals: Remove column rename from default value so it doesn't get treated as a column by db_xml.put() (which is handled differently from a literal value)