[mythtv-commits] Ticket #6493: Check MSqlQuery::exec() return value in plugin DB schema upgrade code

MythTV mythtv at cvs.mythtv.org
Thu Apr 23 13:17:01 UTC 2009


#6493: Check MSqlQuery::exec() return value in plugin DB schema upgrade code
----------------------------------------------+-----------------------------
 Reporter:  sphery <mtdean at thirdcontact.com>  |       Owner:  ijr    
     Type:  patch                             |      Status:  new    
 Priority:  minor                             |   Milestone:  unknown
Component:  MythTV - General                  |     Version:  head   
 Severity:  medium                            |     Mlocked:  0      
----------------------------------------------+-----------------------------
 The attached patch checks the return value of MSqlQuery::exec() in the DB
 schema upgrade code for plugins as well as the MythBrowser bookmark
 manager to work around the Qt4.5 lastError() bug.  It seems to cover all
 the obvious locations in mythplugins where the exec() return value was
 ignored.

 The patch was originally posted to #6344 , but since that ticket was
 already closed before this patch was posted, I moved it here so it
 wouldn't be lost. The patch was created by OJ (olejl on IRC).

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


More information about the mythtv-commits mailing list