Add missing column name to SQL insert statement.

This commit is contained in:
Bastian Kleineidam 2014-03-01 12:03:33 +01:00
parent e9ce3b46ff
commit f7f5001256
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,8 @@ Changes:
Fixes:
- logging: Status was printed every second regardless of the
configured wait time.
- logging: Add missing column name to SQL insert command.
Closes: GH bug #399
- checking: Several speed and memory usage improvements.

View file

@ -90,7 +90,7 @@ class SQLLogger (_Logger):
"""
self.writeln(u"insert into %(table)s(urlname,"
"parentname,baseref,valid,result,warning,info,url,line,col,"
"name,checktime,dltime,size,cached,level) values ("
"name,checktime,dltime,size,cached,level,modified) values ("
"%(base_url)s,"
"%(url_parent)s,"
"%(base_ref)s,"