<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib, branch master</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>chore: upgrade error codes to PostgreSQL 15</title>
<updated>2022-10-06T01:26:09+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2022-10-06T01:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=29a65f756c7871010ecc73828458d4d9b6a4928d'/>
<id>29a65f756c7871010ecc73828458d4d9b6a4928d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: look up for range types defined in schemas in the search path</title>
<updated>2022-10-06T01:05:39+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2022-10-06T00:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ac25d3bdc050f3fc153fb3477396af47342ae126'/>
<id>ac25d3bdc050f3fc153fb3477396af47342ae126</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: correctly handle composites with names or schema requiring escape</title>
<updated>2022-10-06T00:56:28+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2022-10-06T00:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9535462ce9b4a8f9fe7b680e5f82add59cb51161'/>
<id>9535462ce9b4a8f9fe7b680e5f82add59cb51161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: handle types in the search path in register_composite()</title>
<updated>2022-10-06T00:10:07+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2022-10-06T00:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d88e4c2a3cba3da9d9e51f0666b6c2fa7152d8f8'/>
<id>d88e4c2a3cba3da9d9e51f0666b6c2fa7152d8f8</id>
<content type='text'>
Fix #1487.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #1487.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `__nonzero__` method</title>
<updated>2022-07-30T12:03:10+00:00</updated>
<author>
<name>Nikita Sobolev</name>
<email>mail@sobolevn.me</email>
</author>
<published>2022-07-30T11:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3e7bb8d1aa631320234f9e05ef940a1d1e9a627f'/>
<id>3e7bb8d1aa631320234f9e05ef940a1d1e9a627f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>errorcodes map and errors classes updated to PostgreSQL 14.</title>
<updated>2021-11-11T19:08:39+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-11-11T19:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7dd193a7f7f20e3197fdd5e1ff91b1595f1c9214'/>
<id>7dd193a7f7f20e3197fdd5e1ff91b1595f1c9214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix representation of sql.Placeholder</title>
<updated>2021-06-16T23:28:14+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-16T23:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b241def64bdc9ac350ecae4b665d9eec11a48229'/>
<id>b241def64bdc9ac350ecae4b665d9eec11a48229</id>
<content type='text'>
Fix also Placeholder tests, including an error which made an assert
always true, which made us miss the regression in #1291.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix also Placeholder tests, including an error which made an assert
always true, which made us miss the regression in #1291.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression with named `sql.Placeholder`</title>
<updated>2021-06-16T22:56:05+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-16T22:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dd2ff2af56b99d69d508fa6169be4011283593e2'/>
<id>dd2ff2af56b99d69d508fa6169be4011283593e2</id>
<content type='text'>
Close #1291.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #1291.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year updated to 2021</title>
<updated>2021-06-14T23:37:22+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-14T23:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1'/>
<id>1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1</id>
<content type='text'>
ag -l Copyright | xargs sed -i \
    "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ag -l Copyright | xargs sed -i \
    "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate the psycopg2.tz module</title>
<updated>2021-06-14T23:22:54+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-14T23:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1d3d5e905fd5da01a3e98afac006d91e31adb69e'/>
<id>1d3d5e905fd5da01a3e98afac006d91e31adb69e</id>
<content type='text'>
Don't use its objects anymore in the tests (except for the tests for the
objects themselves).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use its objects anymore in the tests (except for the tests for the
objects themselves).
</pre>
</div>
</content>
</entry>
</feed>
