[mythtv-commits] Ticket #13310: BE SQL errors - scheduling?
MythTV
noreply at mythtv.org
Thu Aug 16 14:34:54 UTC 2018
#13310: BE SQL errors - scheduling?
----------------------------------+------------------------------
Reporter: grandmastermarclar | Owner: gigem
Type: Bug Report - General | Status: new
Priority: minor | Milestone: needs_triage
Component: MythTV - Scheduling | Version: v29.1
Severity: low | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+------------------------------
Comment (by grandmastermarclar):
Found it.
I'd got a power search where I was looking for
{{{
program.name like 'Tomorrow\'s World%'
}}}
Changing it to
{{{
program.name like "Tomorrow's World%"
}}}
removed the error from the log.
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13310#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list