[mythtv-commits] mythtv branch master updated by gigem. v0.28-pre-2682-gf51a20b

Git Repo Owner noreply at mythtv.org
Wed Feb 18 17:00:32 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  f51a20bc0da9cdce35eae67b09c7e6ccb494fffd (commit)
      from  6911a3b5952fa4d55a8ccfe0d1fb169fba2b1b20 (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 f51a20bc0da9cdce35eae67b09c7e6ccb494fffd
Author:    David Engel <dengel at mythtv.org> at Wed, 18 Feb 2015 10:53:27 -0600
Committer: David Engel <dengel at mythtv.org> at Wed, 18 Feb 2015 10:53:27 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f51a20bc0da9cdce35eae67b09c7e6ccb494fffd

Allow some record table columns to be NULL.
Previously, the invalid value "0000-00-00 00:00:00" was used for
MythDates that were not applicable.  With Qt5, invalid values get
translated to NULL when saving to the database and this causes an
error if the column is not configured to allow NULLs.  This commit
changes the affected columns in the record table and the supporting
code to allow NULLs.



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm            |    2 +-
 mythtv/bindings/python/MythTV/static.py   |    2 +-
 mythtv/libs/libmyth/programinfo.cpp       |    2 +-
 mythtv/libs/libmythbase/mythversion.h     |    2 +-
 mythtv/libs/libmythtv/dbcheck.cpp         |   19 +++++++++++++++++++
 mythtv/libs/libmythtv/recordingrule.cpp   |    6 +++---
 mythtv/programs/mythbackend/scheduler.cpp |    4 ++--
 7 files changed, 28 insertions(+), 9 deletions(-)

-- 



More information about the mythtv-commits mailing list