[mythtv-commits] Ticket #13123: Exception using python bindings

MythTV noreply at mythtv.org
Mon Sep 18 09:24:12 UTC 2017


#13123: Exception using python bindings
-------------------------------+--------------------------
 Reporter:  tom@…              |          Owner:  wagnerrp
     Type:  Patch - Bug Fix    |         Status:  new
 Priority:  minor              |      Milestone:  30.0
Component:  Bindings - Python  |        Version:  0.28.1
 Severity:  medium             |     Resolution:
 Keywords:                     |  Ticket locked:  0
-------------------------------+--------------------------

Comment (by tom@…):

 Looks like https://github.com/PyMySQL/mysqlclient-
 python/commit/49e401b3bc2c123b36949baeb409b91dcbdf85a6 is the trigger as
 that first appears in 1.3.8 and is a major rewrite of executemany.

 It doesn't actually change the conversion of the query to a bytearray but
 it does change executemany to call back to self.execute (and hence get
 caught by Myth's LoggedCursor derived class) rather than the self._query
 internal method than underlies execute.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13123#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list