Opened 20 years ago
Closed 20 years ago
#639 closed patch (fixed)
ATSC channels.conf parser INSERT error.
| Reported by: | 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)
Change History (3)
by , 20 years ago
| Attachment: | dvbconfparser.patch added |
|---|
comment:1 by , 20 years ago
| Milestone: | → 0.19 |
|---|---|
| Owner: | changed from to |
| Version: | → head |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

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