<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/tests/test_dates.py, branch test-postgres-10beta1</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>Return objects with timezone parsing infinity timestamptz</title>
<updated>2017-03-22T03:03:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-22T03:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7214c6652e579ebf8b52c41473f7253866b3d646'/>
<id>7214c6652e579ebf8b52c41473f7253866b3d646</id>
<content type='text'>
Close #536.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #536.
</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>Python source cleanup using flake8</title>
<updated>2016-10-10T23:11:55+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-10-10T23:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=91d2158de7954daccb0a22885021c8416d1d5c6c'/>
<id>91d2158de7954daccb0a22885021c8416d1d5c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More tests tweaks</title>
<updated>2015-02-08T12:51:36+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2015-02-08T12:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=296caa4556aa643601b7f63c7b08f97a6494db85'/>
<id>296caa4556aa643601b7f63c7b08f97a6494db85</id>
<content type='text'>
Named cursors on old server versions have a different prefetch behaviour.
This has hidden me the supported range of the 24:00 time format.
Let's have another go at full testing...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Named cursors on old server versions have a different prefetch behaviour.
This has hidden me the supported range of the 24:00 time format.
Let's have another go at full testing...
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't test date 24:00 before PG 8.4</title>
<updated>2015-02-08T10:30:48+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2015-02-08T10:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=61778238117babcead7bd3aaabdd92a84d69fad8'/>
<id>61778238117babcead7bd3aaabdd92a84d69fad8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert Postgres time 24:00 into 00:00</title>
<updated>2015-02-08T00:41:50+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2015-02-08T00:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d3c1ad5945b7bed9e9f2696697768d731a7f80c2'/>
<id>d3c1ad5945b7bed9e9f2696697768d731a7f80c2</id>
<content type='text'>
Fix ticket #278.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix ticket #278.
</pre>
</div>
</content>
</entry>
</feed>
