Opened 18 years ago

Closed 18 years ago

#1064 closed defect (fixed)

DB column channel.channum is too narrow

Reported by: brummett@… Owned by: bjm
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

channel.channum is currently 5 characters wide, which is not wide enough for some QAM channels from my cable provider ('102#10', for example). Altering the table to make it 6 chars wide seemed to fix the problem for me, and Tom Craddock on the dev list suggested making it 8 wide ('1008_608' for example).

Patch to follow

Attachments (2)

dbcheck.patch (977 bytes) - added by brummett@… 18 years ago.
Patch to SVN version 8641
dbcheck-real.patch (977 bytes) - added by brummett@… 18 years ago.
This one actually changes it to 8 chars wide

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by brummett@…

Attachment: dbcheck.patch added

Patch to SVN version 8641

Changed 18 years ago by brummett@…

Attachment: dbcheck-real.patch added

This one actually changes it to 8 chars wide

comment:1 Changed 18 years ago by bjm

Resolution: fixed
Status: newclosed

Patch applied with a width of 10.

Note: See TracTickets for help on using tickets.