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

MythTV noreply at mythtv.org
Fri Aug 26 23:29:46 UTC 2011


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-08-26T16:27:55-07:00
   Push Date:  2011/08/26 16:29:38 -0700
  Repository:  mythtv
      Branch:  fixes/0.24
New Revision:  8b9e5ce0d92721396144fe0014ab4b90cde5152b
   Changeset:  https://github.com/MythTV/mythtv/commit/8b9e5ce0d

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.
(backports 3d42de592 from master)

Modified:

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



More information about the mythtv-commits mailing list