Mailing List Archive

mythtv branch master updated by pbennett. v30-Pre-60-gb5201fd
The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
via b5201fd40bb4259361f5e689606ff5a1cf66dba2 (commit)
via 7a6b4d442b31aa83957f4f2e4f605e5f3435bcbe (commit)
from 09090e1ff99468da4f0cc44c0f6b5b98a7ae34be (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 b5201fd40bb4259361f5e689606ff5a1cf66dba2
Author: Tom Hughes <tom@compton.nu> at Tue, 26 Sep 2017 16:35:35 -0400
Committer: Peter Bennett <pbennett@mythtv.org> at Tue, 26 Sep 2017 16:35:35 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=b5201fd40bb4259361f5e689606ff5a1cf66dba2

Fixes #13123 Exception using python bindings
Update log_query to handle bytearray queries

Merge remote-tracking branch 'tomhughes/bytearray'

Signed-off-by: Peter Bennett <pbennett@mythtv.org>



commit 7a6b4d442b31aa83957f4f2e4f605e5f3435bcbe
Author: Tom Hughes <tom@compton.nu> at Sun, 17 Sep 2017 10:12:00 +0100
Committer: Tom Hughes <tom@compton.nu> at Sun, 17 Sep 2017 10:12:00 +0100
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=7a6b4d442b31aa83957f4f2e4f605e5f3435bcbe

Update log_query to handle bytearray queries
Recent versions of MySQLdb sometimes pass the query as a bytearray
that has been encoded using the database encoding which then causes
an exception as you can't pass a bytearray to join.



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

Summary of changes:
mythtv/bindings/python/MythTV/_conn_mysqldb.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose