Opened 18 years ago

Closed 18 years ago

#639 closed patch (fixed)

ATSC channels.conf parser INSERT error.

Reported by: John Pullan <john.pullan@…> Owned by: danielk
Priority: minor Milestone: 0.19
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Frank Simorjay reported that during reading of an ATSC channels.conf file he sees

2005-11-09 15:21:43.458 DB Error (searching for transport): Query was: SELECT mplexid FROM dtv_multiplex WHERE sourceid= 1 AND frequency=561000000 AND inversion="a" AND modulation=qam_256; Driver error was [2/1054]: QMYSQL3: Unable to execute query Database error was: Unknown column 'qam_256' in 'where clause'

2005-11-09 15:21:43.458 DB Error (searching for transport.): Query was: SELECT mplexid FROM dtv_multiplex WHERE sourceid= 1 AND frequency=561000000 AND inversion="a" AND modulation=qam_256; Driver error was [2/1054]: QMYSQL3: Unable to execute query Database error was: Unknown column 'qam_256' in 'where clause'

I think the attached patch should cure it.

Attachments (1)

dvbconfparser.patch (445 bytes) - added by John Pullan <john.pullan@…> 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by John Pullan <john.pullan@…>

Attachment: dvbconfparser.patch added

comment:1 Changed 18 years ago by danielk

Milestone: 0.19
Owner: changed from Isaac Richards to danielk
Version: head

comment:2 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [7851]) Closes #639, by applying patch.

Note: See TracTickets for help on using tickets.