Revision 2511
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql.py | ||
---|---|---|
913 | 913 |
if default != None: |
914 | 914 |
db.log_debug('Default value column ' |
915 | 915 |
+strings.as_tt(strings.repr_no_u(default)) |
916 |
+' does not exist in mapping, falling back to None', level=2) |
|
916 |
+' does not exist in mapping, falling back to None', level=2.1)
|
|
917 | 917 |
default = None |
918 | 918 |
|
919 | 919 |
out_pkey = pkey(db, out_table, recover=True) |
Also available in: Unified diff
sql.py: put_table(): Log "Default value column does not exist in mapping" error with level 2.1 so that it doesn't appear in Redmine output