<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/sqlite3/dump.py, branch faster-bytes-iter</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>#15545: fix sqlite3.iterdump regression on unsortable row_factory objects.</title>
<updated>2013-01-10T16:04:09+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2013-01-10T16:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b52312923bee35b86fc072ec546cc3e588ae64c9'/>
<id>b52312923bee35b86fc072ec546cc3e588ae64c9</id>
<content type='text'>
The fix for issue 9750 introduced a regression by sorting the row objects
returned by fetchall.  But if a row_factory such as sqlite3.Row is used, the
rows may not be sortable (in Python3), which leads to an exception.  The
sorting is still a nice idea, so the patch moves the sort into the sql.

Fix and test by Peter Otten.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix for issue 9750 introduced a regression by sorting the row objects
returned by fetchall.  But if a row_factory such as sqlite3.Row is used, the
rows may not be sortable (in Python3), which leads to an exception.  The
sorting is still a nice idea, so the patch moves the sort into the sql.

Fix and test by Peter Otten.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes</title>
<updated>2012-02-12T19:05:31+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2012-02-12T19:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=51d04d1ba8643d8a0c89d8307bf43697223f31e2'/>
<id>51d04d1ba8643d8a0c89d8307bf43697223f31e2</id>
<content type='text'>
Closes #9750
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #9750
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing files for new iterdump method.</title>
<updated>2008-03-29T00:41:18+00:00</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2008-03-29T00:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b1b9382d91e4b2e863225179cde4a61f0300a233'/>
<id>b1b9382d91e4b2e863225179cde4a61f0300a233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
