From 60e4d49931f93d89939b19e59b4bd9a60c5a32a5 Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Thu, 2 Dec 2010 07:35:46 +0000 Subject: [PATCH] implement update(to 0.9.10) git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@765 4e526526-5e11-4fc0-8910-f8fd03428081 --- rec10/trunk/src/dbMySQL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rec10/trunk/src/dbMySQL.py b/rec10/trunk/src/dbMySQL.py index 3769427..fa81398 100644 --- a/rec10/trunk/src/dbMySQL.py +++ b/rec10/trunk/src/dbMySQL.py @@ -1188,7 +1188,7 @@ class DB_MySQL: self.drop_in_settings() self.new_in_settings() db[1].execute("\ - UPDATE timeline INNER JOIN epg_ch ON timeline.chtxt=epg_ch.chtxt SET chtxt=CONCAT(CONCAT(epg_ch.ch,'_'),epg_ch.csch)") + UPDATE timeline INNER JOIN epg_ch ON timeline.chtxt=epg_ch.chtxt SET timeline.chtxt=CONCAT(CONCAT(epg_ch.ch,'_'),epg_ch.csch)") db[1].execute("\ ALTER TABLE epg_ch DEL ontv") db[1].execute("\ -- 2.11.0