From: gn64_jp Date: Wed, 13 Nov 2013 04:32:53 +0000 (+0900) Subject: classify : fix DB. X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=commitdiff_plain;h=fbe6271574ba04d2deba3a2d657f7b45af2dfe66 classify : fix DB. --- diff --git a/rec10/dbMySQL.py b/rec10/dbMySQL.py index b40da12..3e4f4ae 100644 --- a/rec10/dbMySQL.py +++ b/rec10/dbMySQL.py @@ -1245,7 +1245,7 @@ vim ") frompath VARCHAR(1024),\ topath VARCHAR(1024),\ do BOOLEAN,\ - UNIQUE key (title),\ + UNIQUE key (title)\ )') except Exception, inst: if not ((type(inst)==MySQLdb.ProgrammingError and inst[0]==1007)or(type(inst)==MySQLdb.OperationalError and inst[0]==1050)):