[mythtv] Problems in new checkout of mythtv -- dbcheck.cpp

David Shay david at shay.net
Tue Apr 20 08:36:25 EDT 2004


On Tuesday 20 April 2004 03:33 am, you wrote:
> I found this at line 380:
>     if (dbver == "1014")
>     {
>         const QString updates[] = {
> "ALTER TABLE dvb_sat CHANGE lnb_log_switch lnb_lof_switch INTEGER
> DEFAULT 11700000;",
> "UPDATE settings SET value='RecPriorityOrder' WHERE
> value='RecPriorityingOrder';",
> ""
> };
I did drop mythconverg several times -- that was not the problem.

Yes -- it looks like this code would have ALWAYS been failing, since 
lnb_log_switch was a typo, but until yesterday's patch to dbcheck.cpp to fail 
with an error, no one would have ever known this.  Looks like this was not 
user error.

If you just change "lnb_log_switch" to "lnb_lof_switch" at line 383, all works 
again.





More information about the mythtv-dev mailing list