OSDN Git Service

implement update(to 0.9.10)
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 2 Dec 2010 07:35:46 +0000 (07:35 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 2 Dec 2010 07:35:46 +0000 (07:35 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@765 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/dbMySQL.py

index 3769427..fa81398 100644 (file)
@@ -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("\