<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/tests, branch fix-517</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>Ignore None arguments passed to make_dsn()</title>
<updated>2017-03-01T20:12:13+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-01T20:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=44d8edfd8c3bcaa3167e84fd11cc62b43bfd3af5'/>
<id>44d8edfd8c3bcaa3167e84fd11cc62b43bfd3af5</id>
<content type='text'>
Close #517.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #517.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test on PG version with bad interval rounding</title>
<updated>2017-03-01T02:14:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-01T00:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3638d349ba4cc8f321015dfa427f2e873116c9dc'/>
<id>3638d349ba4cc8f321015dfa427f2e873116c9dc</id>
<content type='text'>
On these ancient versions:

    =# select '999999:00:00.1'::interval;
                interval
    --------------------------------
     41666 days 15:00:00.0999999046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On these ancient versions:

    =# select '999999:00:00.1'::interval;
                interval
    --------------------------------
     41666 days 15:00:00.0999999046
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle overflow in interval parsing</title>
<updated>2017-02-24T13:23:56+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-24T13:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=691df4952ba9132f6af012f021c0db04c8681d9e'/>
<id>691df4952ba9132f6af012f021c0db04c8681d9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse interval only using integers</title>
<updated>2017-02-24T02:48:41+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-24T02:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=834e9996dac55b230d26bc5b3a3d7c56e9bf92e2'/>
<id>834e9996dac55b230d26bc5b3a3d7c56e9bf92e2</id>
<content type='text'>
(almost... except for micros rounding)

While this is probably an improvement on the previous implementation,
I am largely waving a dead chicken at windows, which keeps failing to
pass the seconds overflow test. If it doesn't pass now either I'll start
blaming Python's timedelta.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(almost... except for micros rounding)

While this is probably an improvement on the previous implementation,
I am largely waving a dead chicken at windows, which keeps failing to
pass the seconds overflow test. If it doesn't pass now either I'll start
blaming Python's timedelta.
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to fix the same problem in windows</title>
<updated>2017-02-24T01:41:34+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-24T01:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a15dfbbd4fd3e1d726b9dde11ee128700b4bf453'/>
<id>a15dfbbd4fd3e1d726b9dde11ee128700b4bf453</id>
<content type='text'>
Previous commit doesn't pass on Windows: it looks like window's floor()
has an integer overflow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous commit doesn't pass on Windows: it looks like window's floor()
has an integer overflow.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed integer overflow in interval typecaster</title>
<updated>2017-02-24T01:10:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-24T01:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=14fe3ad8c9f9e9ecf63e352b23dafe9da22a80ab'/>
<id>14fe3ad8c9f9e9ecf63e352b23dafe9da22a80ab</id>
<content type='text'>
Close #512.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #512.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added readonly and deferrable attributes</title>
<updated>2017-02-16T12:46:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T11:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d50ed488074a3b809bf98fb1e6971bc295ba31c3'/>
<id>d50ed488074a3b809bf98fb1e6971bc295ba31c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()</title>
<updated>2017-02-16T12:46:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T02:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b5d80b609d6f1b0922ed51d6182ff137f1b3ba3e'/>
<id>b5d80b609d6f1b0922ed51d6182ff137f1b3ba3e</id>
<content type='text'>
Legacy method is legacy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Legacy method is legacy.
</pre>
</div>
</content>
</entry>
<entry>
<title>connection.isolation_level is now writable</title>
<updated>2017-02-16T12:46:35+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-16T02:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=20c9c1745728a5463746ba89ff0271bc2de4c668'/>
<id>20c9c1745728a5463746ba89ff0271bc2de4c668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't convert '{}'::unknown into an empty list</title>
<updated>2017-02-08T08:43:53+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-07T18:52:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3e12522bc926609b33079746085222301b68bcac'/>
<id>3e12522bc926609b33079746085222301b68bcac</id>
<content type='text'>
Close #506.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #506.
</pre>
</div>
</content>
</entry>
</feed>
