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

MythTV noreply at mythtv.org
Fri Aug 26 23:20:24 UTC 2011


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-08-26T16:19:06-07:00
   Push Date:  2011/08/26 16:20:16 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  3d42de592136a7f3ab9bfca197c73aaa5f6bc56d
   Changeset:  https://github.com/MythTV/mythtv/commit/3d42de592

Log:

Fix invalid-string-format date passing to MySQL.

This fixes a lot of instances where we were passing
incorrectly-formatted string representations of date/time values in
prepared queries.  This is an issue now that MySQL 5.5 is picky about
receiving properly-formatted strings.

Thanks to Daniel K for finding another pattern to search for direct
binding of string-formatted dates.

Refs #8585.

Modified:

   mythtv/libs/libmythtv/recordinginfo.cpp
   mythtv/libs/libmythtv/tvbrowsehelper.cpp
   mythtv/programs/mythbackend/services/guide.cpp
   mythtv/programs/mythfrontend/guidegrid.cpp
   mythtv/programs/mythfrontend/progfind.cpp
   mythtv/programs/mythfrontend/proglist.cpp



More information about the mythtv-commits mailing list