<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/mysql-python/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/mysql-python/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 15 Oct 2012 14:04:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mysql-python/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>#81 MySQL_python-1.2.4b5-py2.7-win-amd64</title><link>https://sourceforge.net/p/mysql-python/patches/_discuss/thread/c5ca0228/</link><description>The tests should be running in the utf8 character set, not latin1. The default configuration should be using utf8.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Mon, 15 Oct 2012 14:04:17 -0000</pubDate><guid>https://sourceforge.net5a50154ff24c565cde04d3be10321f227af49495</guid></item><item><title>#81 MySQL_python-1.2.4b5-py2.7-win-amd64</title><link>https://sourceforge.net/p/mysql-python/patches/_discuss/thread/c5ca0228/</link><description>In accordance with your notes in the INSTALL file:

Windows
.......

.... However if someone provides me with a package for
Windows, I'll make it available. 

Please find attached what I managed to build on my machine using the instructions at http://wiki.cython.org/64BitCythonExtensionsOnWindows
and from your install file.

test_MySQLdb_capabilities.py fails with the below errors, but test_MySQLdb_dbapi20.py succeeds. (against my remote Unix 5.5 server)

I'd be happy to repeat this once you release the final version for 1.2.4.

Regards,
Rui Da Costa
ruidc@yahoo.com

C:\Dev\src\MySQL-python\tests&gt;python test_MySQLdb_capabilities.py
......E.E...........
======================================================================
ERROR: test_LONG (__main__.test_MySQLdb)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Dev\src\MySQL-python\tests\capabilities.py", line 253, in test_LONG
    generator)
  File "C:\Dev\src\MySQL-python\tests\capabilities.py", line 89, in check_data_integrity
    self.cursor.executemany(insert_statement, data)
  File "C:\Python27\lib\site-packages\mysql_python-1.2.4b5-py2.7-win-amd64.egg\MySQLdb\cursors.py", line 251, in executemany
    self.errorhandler(self, exc, value)
  File "C:\Python27\lib\site-packages\mysql_python-1.2.4b5-py2.7-win-amd64.egg\MySQLdb\connections.py", line 36, in defaulterrorhandler
    raise errorclass, errorvalue
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 256-16383: ordinal not in range(256)

======================================================================
ERROR: test_TEXT (__main__.test_MySQLdb)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Dev\src\MySQL-python\tests\capabilities.py", line 260, in test_TEXT
    generator)
  File "C:\Dev\src\MySQL-python\tests\capabilities.py", line 89, in check_data_integrity
    self.cursor.executemany(insert_statement, data)
  File "C:\Python27\lib\site-packages\mysql_python-1.2.4b5-py2.7-win-amd64.egg\MySQLdb\cursors.py", line 251, in executemany
    self.errorhandler(self, exc, value)
  File "C:\Python27\lib\site-packages\mysql_python-1.2.4b5-py2.7-win-amd64.egg\MySQLdb\connections.py", line 36, in defaulterrorhandler
    raise errorclass, errorvalue
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 256-16383: ordinal not in range(256)

----------------------------------------------------------------------
Ran 20 tests in 2.309s

FAILED (errors=2)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rui Da Costa</dc:creator><pubDate>Mon, 15 Oct 2012 09:03:22 -0000</pubDate><guid>https://sourceforge.net54ff865d693c4bdea115f9e16211cf89599b22c6</guid></item><item><title>Ticket 75 has been modified: read_timeout option for version 1.2.3.
Edited By: Andy Dustman (adustman)
Status updated: u'open' =&gt; u'closed'
_milestone updated: '' =&gt; u'MySQLdb'</title><link>https://sourceforge.net/p/mysql-python/patches/75/</link><description>Ticket 75 has been modified: read_timeout option for version 1.2.3.
Edited By: Andy Dustman (adustman)
Status updated: u'open' =&gt; u'closed'
_milestone updated: '' =&gt; u'MySQLdb'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Fri, 05 Oct 2012 17:28:48 -0000</pubDate><guid>https://sourceforge.neteab1315d3b4d3ccb5e0c6cfb08a331e1e805ffa3</guid></item><item><title>#75 read_timeout option for version 1.2.3.</title><link>https://sourceforge.net/p/mysql-python/patches/_discuss/thread/5905103c/</link><description>- **status**: open --&gt; closed
- **milestone**:  --&gt; MySQLdb
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Fri, 05 Oct 2012 17:28:48 -0000</pubDate><guid>https://sourceforge.neteb01baf9542de632d6efd18c8a664eb2903eae6c</guid></item><item><title>Ticket 80 has been modified: Fix TEXT vs. BLOB conversion.
Edited By: Andy Dustman (adustman)
Status updated: u'open' =&gt; u'closed'</title><link>https://sourceforge.net/p/mysql-python/patches/80/</link><description>Ticket 80 has been modified: Fix TEXT vs. BLOB conversion.
Edited By: Andy Dustman (adustman)
Status updated: u'open' =&gt; u'closed'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Fri, 05 Oct 2012 17:28:08 -0000</pubDate><guid>https://sourceforge.netf24a6a87eef737c1f23611dce9a97d9b7aed2f05</guid></item><item><title>#80 Fix TEXT vs. BLOB conversion.</title><link>https://sourceforge.net/p/mysql-python/patches/_discuss/thread/25ed9d0e/</link><description>- **status**: open --&gt; closed
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Fri, 05 Oct 2012 17:28:08 -0000</pubDate><guid>https://sourceforge.netf500a5ae6644fc644ff4bc82c8339456636e13e4</guid></item><item><title>Ticket 79 has been modified: _mysql.c reference counting and exception issues
Edited By: Andy Dustman (adustman)
Status updated: u'open' =&gt; u'closed'</title><link>https://sourceforge.net/p/mysql-python/patches/79/</link><description>Ticket 79 has been modified: _mysql.c reference counting and exception issues
Edited By: Andy Dustman (adustman)
Status updated: u'open' =&gt; u'closed'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Fri, 05 Oct 2012 17:27:48 -0000</pubDate><guid>https://sourceforge.net3d0f12b0705322b5f1b68a7d0e32d5f5dc8b9572</guid></item><item><title>#79 _mysql.c reference counting and exception issues</title><link>https://sourceforge.net/p/mysql-python/patches/_discuss/thread/135ab583/</link><description>- **status**: open --&gt; closed
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Fri, 05 Oct 2012 17:27:48 -0000</pubDate><guid>https://sourceforge.net59f8618b39462c9648b52fd71111187052859623</guid></item><item><title>Ticket 78 has been modified: executemany-regex improvement.
Edited By: Andy Dustman (adustman)
Status updated: u'open' =&gt; u'closed'</title><link>https://sourceforge.net/p/mysql-python/patches/78/</link><description>Ticket 78 has been modified: executemany-regex improvement.
Edited By: Andy Dustman (adustman)
Status updated: u'open' =&gt; u'closed'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Fri, 05 Oct 2012 17:27:27 -0000</pubDate><guid>https://sourceforge.netd1565f8afa364d431d5d988bdc3daba37bfdddc8</guid></item><item><title>#78 executemany-regex improvement.</title><link>https://sourceforge.net/p/mysql-python/patches/_discuss/thread/47cfa40c/</link><description>- **status**: open --&gt; closed
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Dustman</dc:creator><pubDate>Fri, 05 Oct 2012 17:27:27 -0000</pubDate><guid>https://sourceforge.net9af2631bda42d509e58ffe3aa7863b8c0f0b6d07</guid></item></channel></rss>