<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib, branch errors-module-c</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>SQLSTATE error classes implemented in C</title>
<updated>2019-02-10T03:45:14+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-07T11:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=30c1befa64fa50159b4fc3b020ae18ae797dfd58'/>
<id>30c1befa64fa50159b4fc3b020ae18ae797dfd58</id>
<content type='text'>
The module is only used to export them to Python.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The module is only used to export them to Python.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a proper LRU cache for namedtuples</title>
<updated>2019-02-02T19:29:20+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-02T19:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=35ec7ad9c1ecb165eaeb2b8d4dae84ed8bad182b'/>
<id>35ec7ad9c1ecb165eaeb2b8d4dae84ed8bad182b</id>
<content type='text'>
Previous one didn't refresh by last use. Use the stdlib version for py3
and one of our own for py2.

Max size set to 512, which should be fine for everyone (tweaking is
still possible by monkeypatching, as the tests do, but I don't want to
make an interface of it).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous one didn't refresh by last use. Use the stdlib version for py3
and one of our own for py2.

Max size set to 512, which should be fine for everyone (tweaking is
still possible by monkeypatching, as the tests do, but I don't want to
make an interface of it).
</pre>
</div>
</content>
</entry>
<entry>
<title>Added caching of types generated by NamedTupleCursor</title>
<updated>2019-02-02T14:22:25+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-02-02T14:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=805527fcd6bedc2671a37c59299c1fa9148f9e6e'/>
<id>805527fcd6bedc2671a37c59299c1fa9148f9e6e</id>
<content type='text'>
see #838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see #838
</pre>
</div>
</content>
</entry>
<entry>
<title>Added BYTESARRAY typecaster</title>
<updated>2019-01-18T15:47:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-18T15:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ddbe495d707afc141767da00fadf86cf9429b7c0'/>
<id>ddbe495d707afc141767da00fadf86cf9429b7c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preliminary test for a BYTES adapter.</title>
<updated>2019-01-18T13:17:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-18T13:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f713dc9fc1c2a915b306c944e51e800d5ab7e1ef'/>
<id>f713dc9fc1c2a915b306c944e51e800d5ab7e1ef</id>
<content type='text'>
Allow returning unparsed bytes from databases with mixed encodings. See
issue #519.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow returning unparsed bytes from databases with mixed encodings. See
issue #519.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'eternalflow/execute-values-returning-clause-support'</title>
<updated>2018-12-27T13:53:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-12-27T13:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f3695e36c700d988052a6d3b8cd1dabe8efb9a00'/>
<id>f3695e36c700d988052a6d3b8cd1dabe8efb9a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs wordsmith for execute_values() fetch param</title>
<updated>2018-12-27T13:42:58+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-12-27T13:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=bde9fc6dea578891c7bf2a6f5a7ecdc98978f642'/>
<id>bde9fc6dea578891c7bf2a6f5a7ecdc98978f642</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some harmless adjustments in execute_values() code</title>
<updated>2018-12-27T13:39:13+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-12-27T13:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6fdac46137351d4e99fe2bebd43ab1b6135d160b'/>
<id>6fdac46137351d4e99fe2bebd43ab1b6135d160b</id>
<content type='text'>
No optional result, and create the list only if requred.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No optional result, and create the list only if requred.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped deprecated PersistentConnectionPool</title>
<updated>2018-12-04T14:32:00+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-02T17:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a1fdaebc309e1ee9a36bea9edea7cb95aa75c281'/>
<id>a1fdaebc309e1ee9a36bea9edea7cb95aa75c281</id>
<content type='text'>
This class was deprecated in
27cd6c4880161a715b1952be64cc96ebc968fa2b (Dec 2, 2012), which was first
included in release 2.5. Enough time has passed for library uses to find
an alternative solution.

This class was untested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This class was deprecated in
27cd6c4880161a715b1952be64cc96ebc968fa2b (Dec 2, 2012), which was first
included in release 2.5. Enough time has passed for library uses to find
an alternative solution.

This class was untested.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename param name to fetch</title>
<updated>2018-11-24T18:51:18+00:00</updated>
<author>
<name>Ivan Kotelnikov</name>
<email>ivan.kotelnikov@bitfury.com</email>
</author>
<published>2018-11-23T22:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b40ac15efc177e88c20b0e692041b7cc2f54110b'/>
<id>b40ac15efc177e88c20b0e692041b7cc2f54110b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
