[mythtv-commits] mythtv/fixes/0.24 commit: c339887d2 by Michael T. Dean (sphery)

MythTV noreply at mythtv.org
Sat Apr 16 23:12:01 UTC 2011


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-04-16T16:10:24-07:00
   Push Date:  2011/04/16 16:11:59 -0700
  Repository:  mythtv
      Branch:  fixes/0.24
New Revision:  c339887d24a316365ddfc3f768d628202dd57fe8
   Changeset:  https://github.com/MythTV/mythtv/commit/c339887d2

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).
(cherry picked from commit 7e33788e5b75049d8eaceee589606a69241eab24)

Modified:

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



More information about the mythtv-commits mailing list