<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git, branch fix-707</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>Set minimal postgres version for intervalstyle test</title>
<updated>2018-05-20T12:40:57+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-20T12:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=49d9edce01c64dadba4fcdcd8ddeb563cd2cff63'/>
<id>49d9edce01c64dadba4fcdcd8ddeb563cd2cff63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise NotSupportedError fetching iso_8601 intervals</title>
<updated>2018-05-20T12:22:38+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-20T12:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3f389593f54a6ad3354140b77d9a6ce725c0516f'/>
<id>3f389593f54a6ad3354140b77d9a6ce725c0516f</id>
<content type='text'>
Previously it would have failed parsing and resulted in ValueError

Close #707
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it would have failed parsing and resulted in ValueError

Close #707
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'nested-array-nulls'</title>
<updated>2018-05-20T11:51:13+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-20T11:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=098c00d73e193f09ce9589a6bb574f5833be714e'/>
<id>098c00d73e193f09ce9589a6bb574f5833be714e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'fix-211'</title>
<updated>2018-05-20T11:50:22+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-20T11:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8c969304fd3f26b923dc7634863b175b4be1e97d'/>
<id>8c969304fd3f26b923dc7634863b175b4be1e97d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skipped test on db version not supporting unicode identifiers</title>
<updated>2018-05-18T11:16:43+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-14T02:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dd7e5c906fc37c50852619d68d6a347ab5928371'/>
<id>dd7e5c906fc37c50852619d68d6a347ab5928371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test databases from newest to oldest</title>
<updated>2018-05-18T11:16:03+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-14T01:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=eb570488a40ce67fb1df3ed548bda1c57d585084'/>
<id>eb570488a40ce67fb1df3ed548bda1c57d585084</id>
<content type='text'>
This way we can spot when a feature was not supported yet by the first
test failing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can spot when a feature was not supported yet by the first
test failing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow non-ascii chars in namedtuple fields</title>
<updated>2018-05-18T11:15:50+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-13T22:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=bc84b6233eaa1e7a6302b51f8ab8950534ff1813'/>
<id>bc84b6233eaa1e7a6302b51f8ab8950534ff1813</id>
<content type='text'>
They can be valid chars in Python 3. Or maybe not? In which case Python
will throw an exception, but that's fine.

Fix regression introduced fixing #211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They can be valid chars in Python 3. Or maybe not? In which case Python
will throw an exception, but that's fine.

Fix regression introduced fixing #211
</pre>
</div>
</content>
</entry>
<entry>
<title>Hstore test fixed after adapting arrays dropped space after commas</title>
<updated>2018-05-18T11:11:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-14T02:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8dd00ee87469d908dfa800d50d87e09ab97ed90f'/>
<id>8dd00ee87469d908dfa800d50d87e09ab97ed90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed adaptation of arrays of arrays of nulls</title>
<updated>2018-05-18T11:10:20+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-14T01:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b5e4a040f8e50928aefc4f3dc9717bbcf3520cd0'/>
<id>b5e4a040f8e50928aefc4f3dc9717bbcf3520cd0</id>
<content type='text'>
Close #325, close #706.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #325, close #706.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #715 from hroncok/py37</title>
<updated>2018-05-18T11:07:03+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-18T11:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=548e28135023252ea79830e52521e2a8c1c0bd37'/>
<id>548e28135023252ea79830e52521e2a8c1c0bd37</id>
<content type='text'>
Travis CI: Run tests on Python 3.7</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis CI: Run tests on Python 3.7</pre>
</div>
</content>
</entry>
</feed>
