[mythtv-commits] mythtv commit: r27184 - in trunk/mythtv/bindings/python by wagnerrp

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Nov 12 02:24:35 UTC 2010


      Author: wagnerrp
        Date: 2010-11-12 02:24:35 +0000 (Fri, 12 Nov 2010)
New Revision: 27184
   Changeset: http://svn.mythtv.org/trac/changeset/27184

Log:

Add support for 'oursql' database module and Python 2.7.  Due to differences in the query syntax, and the wrappers to support the differing libraries, this may cause some issues in some calls.  The oursql module is set as the default, with MySQLdb set as a fallback, however it has been disabled for now pending https://bugs.launchpad.net/oursql/+bug/672059 .  The 'ENABLE_OURSQL' environmental variable must be set to 'true' to enable it.

Added:

   trunk/mythtv/bindings/python/MythTV/_conn_mysqldb.py
   trunk/mythtv/bindings/python/MythTV/_conn_oursql.py

Modified:

   trunk/mythtv/bindings/python/MythTV/__init__.py
   trunk/mythtv/bindings/python/MythTV/connections.py
   trunk/mythtv/bindings/python/MythTV/database.py
   trunk/mythtv/bindings/python/MythTV/methodheap.py
   trunk/mythtv/bindings/python/MythTV/mythproto.py
   trunk/mythtv/bindings/python/MythTV/utility.py
   trunk/mythtv/bindings/python/scripts/mythpython




More information about the mythtv-commits mailing list