From fbe6271574ba04d2deba3a2d657f7b45af2dfe66 Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Wed, 13 Nov 2013 13:32:53 +0900 Subject: [PATCH 1/1] classify : fix DB. --- rec10/dbMySQL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)): -- 2.11.0