<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/psycopg/adapter_binary.c, branch maint_2_4</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>Check if the object wrapped in binary is not None before trying the other types</title>
<updated>2012-03-05T02:08:45+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-03-05T02:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=735d50c782b436d6807fd15e1b37e2231ce3e146'/>
<id>735d50c782b436d6807fd15e1b37e2231ce3e146</id>
<content type='text'>
Otherwise it seems we clobber some result with NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise it seems we clobber some result with NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Proper type check in prepare() methods for list, binary, qstring</title>
<updated>2012-03-04T17:59:51+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-03-04T17:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=0e832b97ea7a84220f2148db3746e10f85eadef2'/>
<id>0e832b97ea7a84220f2148db3746e10f85eadef2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Binary(None) work as expected, adapting to NULL</title>
<updated>2011-02-18T14:19:57+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-02-18T14:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=836f8a1aa1b9ae5b1406218f697d385cbb3c3b92'/>
<id>836f8a1aa1b9ae5b1406218f697d385cbb3c3b92</id>
<content type='text'>
Issue reported by Stefano Dal Pra.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue reported by Stefano Dal Pra.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added adaptation for objects supporting the new-style buffer interface</title>
<updated>2011-02-16T01:30:25+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-02-16T01:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=bccbcf42d0c33f1a94cad26647b220bd541179e7'/>
<id>bccbcf42d0c33f1a94cad26647b220bd541179e7</id>
<content type='text'>
Supporting this interface is required to adapt memoryview on Python 2.7 as they
don't support the old style. But because the old style is long deprecated it
makes sense to start supporting the new one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Supporting this interface is required to adapt memoryview on Python 2.7 as they
don't support the old style. But because the old style is long deprecated it
makes sense to start supporting the new one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt bytearray and memoryview to bytes if available</title>
<updated>2011-02-15T17:30:43+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-02-15T17:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3ae2f221b38719ccd9c91321b0031c0b1d68a9d6'/>
<id>3ae2f221b38719ccd9c91321b0031c0b1d68a9d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error message on Binary(str) in Python 3</title>
<updated>2011-02-15T15:53:07+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-02-15T15:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e4a84b9ce9bf61a54db998a78fba18c151cde66c'/>
<id>e4a84b9ce9bf61a54db998a78fba18c151cde66c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed adaptation in several adapters.</title>
<updated>2010-12-31T02:18:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-25T11:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3214c23f51c8effa7e78f9a7f59735c5b3e10868'/>
<id>3214c23f51c8effa7e78f9a7f59735c5b3e10868</id>
<content type='text'>
The getquoted methods always return bytes. The str() convert this
representation to string on the fly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The getquoted methods always return bytes. The str() convert this
representation to string on the fly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Redefining the microprotocol on Py3 as returning bytes.</title>
<updated>2010-12-31T02:18:26+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-24T14:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=56e4c2bd55239dc30d4feee6adafe851f13b8e24'/>
<id>56e4c2bd55239dc30d4feee6adafe851f13b8e24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The library can be compiled with Python 3.</title>
<updated>2010-12-21T04:24:36+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-12T21:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=cb6b52945b4c114d39613e6a7b35c73762e5045f'/>
<id>cb6b52945b4c114d39613e6a7b35c73762e5045f</id>
<content type='text'>
Just compiled! No test run yet and many points to review, marked in the
code.

The patch is largely Martin von Löwis work, simplified after refactoring
in the previous commits and adapted to the new code (as the patch was
originally for Psycopg 2.0.9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just compiled! No test run yet and many points to review, marked in the
code.

The patch is largely Martin von Löwis work, simplified after refactoring
in the previous commits and adapted to the new code (as the patch was
originally for Psycopg 2.0.9)
</pre>
</div>
</content>
</entry>
<entry>
<title>Import structmember/stringobject headers from python.h.</title>
<updated>2010-12-21T04:02:13+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2010-12-13T02:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=4635c2aa4f41c1fe05ec4d5d562f89eb3c4f9d27'/>
<id>4635c2aa4f41c1fe05ec4d5d562f89eb3c4f9d27</id>
<content type='text'>
stringobject is not to be imported with Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stringobject is not to be imported with Python 3.
</pre>
</div>
</content>
</entry>
</feed>
