[mythtv] DVB Patches Applied from last few weeks. Anything missed?

Torbjörn Jansson torbjorn.jansson at mbox200.swipnet.se
Sun Mar 27 17:39:10 UTC 2005


mythtv-dev-bounces at mythtv.org <> wrote:
>> Is there a reason for removing toInt() from
>> "query.bindValue(":AIRDATE",(*e).Year.toInt());" in
>> SIScan::AddEvents() ? 
>> 
>> The reason i ask is because i'm prety sure i had some problems with
>> the airdate when i added that code.
>> I can't reproduce the problem now but when i coded it i was using
>> mysql 3 and now i'm using mysql 4.1. So there coud be some
>> differences how mysql handles years as string and as number. 
>> 
> 
> At the time, I couldn't see a need for this. And it does seem
> to work on
> my box with MySql 3.23.
> 

Now i remeber why i had that toInt() on the airdate, it was because at one
time i had extra spaces around the year and that caused problems when it was
inserted into the database, but then i found the problem and fixed it, so
the toInt() was never realy needed.




More information about the mythtv-dev mailing list