<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/psycopg2da, 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>License change for psycopg2da</title>
<updated>2010-02-14T00:23:57+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2010-02-14T00:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1a3e231e519c97a981d28b15c5fe838013d9459c'/>
<id>1a3e231e519c97a981d28b15c5fe838013d9459c</id>
<content type='text'>
LGPL3+ZPL is fine for me, thanks.

Fabio
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGPL3+ZPL is fine for me, thanks.

Fabio
</pre>
</div>
</content>
</entry>
<entry>
<title>Added XXXARRAY imports to psycopg2.extenions</title>
<updated>2008-05-29T22:39:50+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2008-05-29T22:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e664abb248119f98562e1e07a9b68487e219d25c'/>
<id>e664abb248119f98562e1e07a9b68487e219d25c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>	* tests/test_transaction.py (DeadlockSerializationTestCase): port</title>
<updated>2008-01-16T05:14:24+00:00</updated>
<author>
<name>James Henstridge</name>
<email>james@jamesh.id.au</email>
</author>
<published>2008-01-16T05:14:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f64cbeda4606d8af3ca063736f313f81506c56bb'/>
<id>f64cbeda4606d8af3ca063736f313f81506c56bb</id>
<content type='text'>
	over some tests for serialisation and deadlock errors,
	demonstrating that TransactionRollbackError is generated.
	(QueryCancelationTests): add a test to show that
	QueryCanceledError is raised on statement timeouts.

	* psycopg2da/adapter.py (_handle_psycopg_exception): rather than
	checking exception messages, check for TransactionRollbackError.

	* psycopg/pqpath.c (exception_from_sqlstate): return
	TransactionRollbackError for 40xxx errors, and QueryCanceledError
	for 57014 errors.
	(pq_raise): If we are using an old server, use
	TransactionRollbackError if the error message contains "could not
	serialize" or "deadlock detected".

	* psycopg/psycopgmodule.c (_psyco_connect_fill_exc): remove
	function, since we no longer need to store pointers to the
	exceptions in the connection.  This also fixes a reference leak.
	(psyco_connect): remove _psyco_connect_fill_exc() function call.

	* psycopg/connection.h (connectionObject): remove exception
	members from struct.

	* psycopg/connection_type.c (connectionObject_getsets): modify the
	exception attributes on the connection object from members to
	getsets.  This reduces the size of the struct.

	* lib/extensions.py: import the two new extensions.

	* psycopg/psycopgmodule.c (exctable): add new QueryCanceledError
	and TransactionRollbackError exceptions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	over some tests for serialisation and deadlock errors,
	demonstrating that TransactionRollbackError is generated.
	(QueryCancelationTests): add a test to show that
	QueryCanceledError is raised on statement timeouts.

	* psycopg2da/adapter.py (_handle_psycopg_exception): rather than
	checking exception messages, check for TransactionRollbackError.

	* psycopg/pqpath.c (exception_from_sqlstate): return
	TransactionRollbackError for 40xxx errors, and QueryCanceledError
	for 57014 errors.
	(pq_raise): If we are using an old server, use
	TransactionRollbackError if the error message contains "could not
	serialize" or "deadlock detected".

	* psycopg/psycopgmodule.c (_psyco_connect_fill_exc): remove
	function, since we no longer need to store pointers to the
	exceptions in the connection.  This also fixes a reference leak.
	(psyco_connect): remove _psyco_connect_fill_exc() function call.

	* psycopg/connection.h (connectionObject): remove exception
	members from struct.

	* psycopg/connection_type.c (connectionObject_getsets): modify the
	exception attributes on the connection object from members to
	getsets.  This reduces the size of the struct.

	* lib/extensions.py: import the two new extensions.

	* psycopg/psycopgmodule.c (exctable): add new QueryCanceledError
	and TransactionRollbackError exceptions.
</pre>
</div>
</content>
</entry>
<entry>
<title>psycopg2da: better pattern matching for Retry exceptions; it is now compatible with postgresql 8.0, 8.1 and 8.2 exception messages.</title>
<updated>2007-03-25T03:39:23+00:00</updated>
<author>
<name>Fabio Tranchitella</name>
<email>kobold@debian.org</email>
</author>
<published>2007-03-25T03:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=fadd1a69386ae83ef316f3aee03b2867d8d9fe12'/>
<id>fadd1a69386ae83ef316f3aee03b2867d8d9fe12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed psycopgda-configure.zcml as psycopg2da-configure.zcml.</title>
<updated>2006-11-06T00:37:45+00:00</updated>
<author>
<name>Fabio Tranchitella</name>
<email>kobold@debian.org</email>
</author>
<published>2006-11-06T00:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=401af084ab497bd0be38b9e5994caac1eff6db11'/>
<id>401af084ab497bd0be38b9e5994caac1eff6db11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added psycopg2da, the zope3 database adapter for psycopg2.</title>
<updated>2006-09-19T03:50:35+00:00</updated>
<author>
<name>Fabio Tranchitella</name>
<email>kobold@debian.org</email>
</author>
<published>2006-09-19T03:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=146f64e71d323c1e4acb0d396db78775882e31b5'/>
<id>146f64e71d323c1e4acb0d396db78775882e31b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
