[mythtv-commits] mythtv/master commit: 7e33788e5 by Michael T. Dean (sphery)

MythTV noreply at mythtv.org
Mon Feb 21 01:49:11 UTC 2011


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-02-20T17:48:13-08:00
   Push Date:  2011/02/20 17:49:08 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  7e33788e5b75049d8eaceee589606a69241eab24
   Changeset:  https://github.com/MythTV/mythtv/commit/7e33788e5

Log:

Fix some invalid-format datetimes in queries.

Fix some hard-coded, string datetime representations in queries that
were using an invalid format that no longer works with MySQL 5.5.  These
datetime literals now use the correct MySQL SQL datetime literal format
(which is also the ISO SQL datetime literal format).

Huge thanks to Rob Smith for testing with MySQL 5.5 and seeking out the
datetime-usage within queries.

Refs #8585 (possibly fixes #8585).

Modified:

   mythtv/libs/libmyth/programinfo.cpp
   mythtv/libs/libmythtv/dbcheck.cpp
   mythtv/programs/mythbackend/scheduler.cpp



More information about the mythtv-commits mailing list