[mythtv-firehose] mythtv branch master updated by bmeek. v0.28-pre-3579-g606597a

Git Repo Owner noreply at mythtv.org
Tue Feb 16 05:55:41 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user bmeek.
       via  606597ab9252caf5e35079e519daf80a7a11c8fa (commit)
      from  96d4686a3f0618778b27199e38975cec45ca556c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 606597ab9252caf5e35079e519daf80a7a11c8fa
Author:    Bill Meek <bmeek at mythtv.org> at Mon, 15 Feb 2016 22:54:08 -0600
Committer: Bill Meek <bmeek at mythtv.org> at Mon, 15 Feb 2016 22:54:08 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=606597ab9252caf5e35079e519daf80a7a11c8fa

Add new LoadFromProgram method to reduce the likelihood of DB Errors.
Services API Guide::GetProgramGuide started failing after 37a293f.

Caused by the out-of-sequence addition of GROUP BY in a query that
already had an ORDER BY in it. Callers must supply all WHERE/GROUP
BY/ORDER BY values. No defaults are added. See: Guide::GetProgramGuide
for a sample of its use.

Spotted by Volker on the -users list when the EPG in WebFrontend didn't
display any programs. Concept by gigem.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmyth/programinfo.cpp            |   27 ++++++++++++++++++++++++
 mythtv/libs/libmyth/programinfo.h              |    8 +++++++
 mythtv/programs/mythbackend/services/guide.cpp |   23 +++++++++++--------
 3 files changed, 48 insertions(+), 10 deletions(-)

-- 



More information about the mythtv-firehose mailing list