[mythtv] [mythtv-commits] Ticket #1315: Move Bookmarks & Cutlist to Recordedmarkup

Chris Pinkham cpinkham at bc2va.org
Thu Mar 9 04:07:27 UTC 2006


* On Thu Mar 09, 2006 at 03:15:02AM -0000, MythTV wrote:
> #1315: Move Bookmarks & Cutlist to Recordedmarkup

>  Typo in dbcheck.cpp, line 2065:
> 
>          query.prepare("SELECT chanid, startime, cutlist FROM recorded"
>                        " WHERE LENGTH(cutlist) > 1;");
> 
>  startime should be starttime.

Unfortunately it's more than this.  I'm working on a fix now.
The patch also used toInt() in a couple places below where it should have
used toString() and toDateTime().  I think that Stuart attached the wrong
version to the ticket and I didn't test it enough before committing.  I
verified the bookmark conversion worked but didn't delve deep into the
cutlist area where this bug occurred.

I have a (tested) patch and am about to commit it and close the ticket. :)

Sorry for the bug. :(

--
Chris


More information about the mythtv-dev mailing list