[mythtv-commits] Ticket #1673: 9668 broke db query on line 1506 of programinfo.cpp

MythTV mythtv at cvs.mythtv.org
Wed Apr 12 13:21:31 UTC 2006


#1673: 9668 broke db query on line 1506 of programinfo.cpp
-------------------------------+--------------------------------------------
 Reporter:  stuart at tase.co.uk  |       Owner:  danielk
     Type:  defect             |      Status:  new    
 Priority:  minor              |   Milestone:         
Component:  mythtv             |     Version:  head   
 Severity:  medium             |  
-------------------------------+--------------------------------------------
 9668 added a new column to the program table, which breaks the query on
 line 1506 of programinfo.cpp (REPLACE INTO program SELECT * FROM
 recordedprogram) because the new column doesn't match up.

 I've attached a patch which adds the new column to recordedprogram. Not
 sure if the column makes any sense there but I'm being lazy and avoiding
 adding the 25 column names to the query.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1673>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list