[mythtv-commits] Ticket #1286: sql query malformed for "person named in the credits" custom record

MythTV mythtv at cvs.mythtv.org
Wed Feb 15 18:57:59 UTC 2006


#1286: sql query malformed for "person named in the credits" custom record
--------------------------------------+-------------------------------------
 Reporter:  potterr at southwestern.edu  |        Owner:  bjm     
     Type:  defect                    |       Status:  assigned
 Priority:  minor                     |    Milestone:          
Component:  mythtv                    |      Version:  head    
 Severity:  medium                    |   Resolution:          
--------------------------------------+-------------------------------------
Changes (by bjm):

  * owner:  ijr => bjm
  * status:  new => assigned

Comment:

 This does work for mysqld 4.1.15 and other earlier versions. David Engel
 reported the same error for the genre example. Because the 'fromclauses'
 excerpt is inserted into the existing query in UpdateMatches(), a simple
 solution for joins from any listed table isn't obvious. However, the
 custom examples join on 'program'. Proglist queries through FromProgram()
 work where 'program' is listed as the first table after FROM as is the
 case with CustomRecord::checkSyntax().

 Please verify if current SVN succeeds with mysql 5.x.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1286>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list