<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/tests/test_connection.py, branch qstring-writable-encoding</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLE</title>
<updated>2015-09-30T11:24:47+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2015-09-30T11:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=abf1f28c44b222df78b71f79e807a716cb5e7b43'/>
<id>abf1f28c44b222df78b71f79e807a716cb5e7b43</id>
<content type='text'>
Fixes #352.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #352.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed excessively strict notices test</title>
<updated>2014-08-31T02:06:33+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-08-30T13:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6210af27635fbd6156d4f76aebf757702a9a818c'/>
<id>6210af27635fbd6156d4f76aebf757702a9a818c</id>
<content type='text'>
Failing with PG 9.4 because it generates other debug messages during the
test run (rehashing catalog cache).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Failing with PG 9.4 because it generates other debug messages during the
test run (rehashing catalog cache).
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test_cleanup_on_badconn_close on Windows</title>
<updated>2014-05-19T11:15:53+00:00</updated>
<author>
<name>Jason Erickson</name>
<email>jerickso@stickpeople.com</email>
</author>
<published>2014-05-12T22:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8746b0c6b7a243f97fa2d769c6cbf4b48a523ab3'/>
<id>8746b0c6b7a243f97fa2d769c6cbf4b48a523ab3</id>
<content type='text'>
The Windows server version of PostgreSQL uses a function called pgkill in the
file kill.c in place of the UNIX kill function.  This pgkill function
simulates some of the SIGHUP like commands by passing signals through a named
pipe.  Because it is passing the signal through a pipe, the server doesn't get
the kill signal immediately and therefore fails the test on
test_connection.ConnectionTests.test_cleanup_on_badconn_close.
Ideally, the test should check to see if the server is running on Windows, not
the psycopg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Windows server version of PostgreSQL uses a function called pgkill in the
file kill.c in place of the UNIX kill function.  This pgkill function
simulates some of the SIGHUP like commands by passing signals through a named
pipe.  Because it is passing the signal through a pipe, the server doesn't get
the kill signal immediately and therefore fails the test on
test_connection.ConnectionTests.test_cleanup_on_badconn_close.
Ideally, the test should check to see if the server is running on Windows, not
the psycopg.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed explicit connection.cursor(cursor_factory=None)</title>
<updated>2014-04-30T16:57:55+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-04-30T16:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=69605e54ec755d41f44cef5bee205a48a13f9853'/>
<id>69605e54ec755d41f44cef5bee205a48a13f9853</id>
<content type='text'>
Fixes issue #210.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue #210.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped unneeded pass in test</title>
<updated>2014-04-03T01:32:05+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-04-03T01:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dfacc483b575eb46093c883966b1829c2d2f2e7e'/>
<id>dfacc483b575eb46093c883966b1829c2d2f2e7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed dsn and closed attributes in failing connection subclasses.</title>
<updated>2014-04-03T00:42:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-04-03T00:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e7fc7f31b9c1c405b57c83b46475eb8618a66362'/>
<id>e7fc7f31b9c1c405b57c83b46475eb8618a66362</id>
<content type='text'>
From ticket #192 discussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From ticket #192 discussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cursor_factory connection attribute and connect() parameter</title>
<updated>2013-04-07T01:30:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2013-04-07T01:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9e15f54fe866fa83539a3f0b6e28e6ce36e2c712'/>
<id>9e15f54fe866fa83539a3f0b6e28e6ce36e2c712</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Testing boilerplate unified in a single base class</title>
<updated>2013-04-06T23:23:30+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2013-04-06T23:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=0e06addc9fa09a40c0406bfae327df6d8dcf7c2e'/>
<id>0e06addc9fa09a40c0406bfae327df6d8dcf7c2e</id>
<content type='text'>
The class makes a connection always available, allows creating
new connection and closes everything on tear down.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The class makes a connection always available, allows creating
new connection and closes everything on tear down.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed exception handling in disconnection test</title>
<updated>2013-03-16T21:43:11+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2013-03-16T21:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=af18c29f0b549eb72e6013348e4a0b938a20782f'/>
<id>af18c29f0b549eb72e6013348e4a0b938a20782f</id>
<content type='text'>
OperationalError is DatabaseError's subclass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OperationalError is DatabaseError's subclass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed handling of database disconnection in tests in green mode</title>
<updated>2013-03-16T17:41:59+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2013-03-16T17:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=594a4d79ece7de71ee10cd74957ef7baf699ca3b'/>
<id>594a4d79ece7de71ee10cd74957ef7baf699ca3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
