<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib/sql.py, branch description-extra-attrs</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>sql.Identifier can wrap a sequence of strings to represent qualified names</title>
<updated>2018-10-04T11:46:10+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-07-13T17:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=4aa02b7855994e60224cb435f893f6ee8760d3d8'/>
<id>4aa02b7855994e60224cb435f893f6ee8760d3d8</id>
<content type='text'>
Close #732.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #732.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop 2to3 build step; make all code compatible with all Pythons</title>
<updated>2017-12-12T04:26:58+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-12-11T02:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8ad2098b74ee90f341e69937a1503e29decf4594'/>
<id>8ad2098b74ee90f341e69937a1503e29decf4594</id>
<content type='text'>
Make all library code compatible with both Python 2 and Python 3. Helps
move to modern Python idioms. Can now write for Python 3 (with
workarounds for Python 2) instead of the other way around.

In the future, when it is eventually time to drop Python 2, the library
will be in a better position to remove workarounds

Added a very small comparability module compat.py where required. It
includes definitions for:

- text_type -- A type. str on Python 3. unicode on Python 2.
- string_types -- A tuple. Contains only str on Python 3. Contains str &amp;
                  unicode on Python 2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make all library code compatible with both Python 2 and Python 3. Helps
move to modern Python idioms. Can now write for Python 3 (with
workarounds for Python 2) instead of the other way around.

In the future, when it is eventually time to drop Python 2, the library
will be in a better position to remove workarounds

Added a very small comparability module compat.py where required. It
includes definitions for:

- text_type -- A type. str on Python 3. unicode on Python 2.
- string_types -- A tuple. Contains only str on Python 3. Contains str &amp;
                  unicode on Python 2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use builtin function next() throughout project</title>
<updated>2017-12-02T03:57:37+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-12-02T03:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f5703dc3e55008b03aad4db8d8f3c5fa12dbae86'/>
<id>f5703dc3e55008b03aad4db8d8f3c5fa12dbae86</id>
<content type='text'>
Available since Python 2.6. Use of .next() is deprecated and not
supported in Python 3. Forward compatible with modern Python.

https://docs.python.org/2/library/functions.html#next
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Available since Python 2.6. Use of .next() is deprecated and not
supported in Python 3. Forward compatible with modern Python.

https://docs.python.org/2/library/functions.html#next
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation tweaked to omit Python 2.6 distinctions</title>
<updated>2017-11-28T16:11:06+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-11-28T15:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a0229cff8252c07eddf22626a65e3f2967e2b037'/>
<id>a0229cff8252c07eddf22626a65e3f2967e2b037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped repeated doc links in the same paragraph</title>
<updated>2017-03-16T04:40:22+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-16T04:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1e0aef032f14045f91cc738824c1e578123718da'/>
<id>1e0aef032f14045f91cc738824c1e578123718da</id>
<content type='text'>
And some more sql docs cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And some more sql docs cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added docs about the usability of sql objects with copy_expert()</title>
<updated>2017-03-16T00:55:20+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-16T00:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=c7f569042642c7cbed7b9a935092a218c046d296'/>
<id>c7f569042642c7cbed7b9a935092a218c046d296</id>
<content type='text'>
See issue #529.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See issue #529.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test to verify sql objects work with copy_expert()</title>
<updated>2017-03-16T00:55:20+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-03-16T00:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3bfbd3a0a546b2b5bf30476dfa838cd05ddab442'/>
<id>3bfbd3a0a546b2b5bf30476dfa838cd05ddab442</id>
<content type='text'>
I'll be honest: I lucked out, I didn't think about this combination. But
maybe sheer luck, maybe using common code paths, it just works. Let's
make it stays so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'll be honest: I lucked out, I didn't think about this combination. But
maybe sheer luck, maybe using common code paths, it just works. Let's
make it stays so.
</pre>
</div>
</content>
</entry>
<entry>
<title>Autonumbered args not available in Python 2.6</title>
<updated>2017-01-03T16:53:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-01-03T16:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a8a3a298f8ade3b0430ff2df0a5d5ee1fe920e3d'/>
<id>a8a3a298f8ade3b0430ff2df0a5d5ee1fe920e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Several improvements to the sql objects</title>
<updated>2017-01-03T16:27:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-01-03T16:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=71a168797cc7e6398222490e6de02080de842e1d'/>
<id>71a168797cc7e6398222490e6de02080de842e1d</id>
<content type='text'>
Comparable, iterable, content accessible
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Comparable, iterable, content accessible
</pre>
</div>
</content>
</entry>
<entry>
<title>Use {} instead of %s placeholders in SQL composition</title>
<updated>2017-01-03T14:02:34+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-01-03T14:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a76e665567879f39bf20dc04f85ff001ab034213'/>
<id>a76e665567879f39bf20dc04f85ff001ab034213</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
