[mythtv-commits] Re: Ticket #911: Case Insensitve subtitle matching of duplicates

MythTV mythtv at cvs.mythtv.org
Sun Jan 1 17:18:30 EST 2006


#911: Case Insensitve subtitle matching of duplicates
-------------------------------+--------------------------------------------
 Reporter:  stuart at tase.co.uk  |        Owner:  ijr 
     Type:  patch              |       Status:  new 
 Priority:  minor              |    Milestone:      
Component:  mythtv             |      Version:  head
 Severity:  medium             |   Resolution:      
-------------------------------+--------------------------------------------
Comment (by stuart at tase.co.uk):

 By default MySQL comparisons are case-insensitive. Unless the column has
 been created with a case sensitive collation, which as far as I'm aware it
 hasn't. Or if the SELECT statement specifically states the collation type.

 The following page of them manual explains better:
  http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html

 The only place I could find where the subtitle case sensitivity issue
 occured was in programinfo.cpp. I might have missed others - I had to grep
 the source to find the right place. This minor change seemed to work fine
 for me.

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


More information about the mythtv-commits mailing list