psycopg2/lib
Jon Dufresne a1fdaebc30 Dropped deprecated PersistentConnectionPool
This class was deprecated in
27cd6c4880 (Dec 2, 2012), which was first
included in release 2.5. Enough time has passed for library uses to find
an alternative solution.

This class was untested.
2018-12-04 06:32:00 -08:00
..
__init__.py Full flake8 3.5 cleanup 2018-10-23 00:39:14 +01:00
_ipaddress.py Drop 2to3 build step; make all code compatible with all Pythons 2017-12-11 20:26:58 -08:00
_json.py Use the connection.info properties instead of the legacy methods 2018-10-13 03:28:42 +01:00
_range.py Full flake8 3.5 cleanup 2018-10-23 00:39:14 +01:00
compat.py Drop 2to3 build step; make all code compatible with all Pythons 2017-12-11 20:26:58 -08:00
errorcodes.py errorcodes map update to PostgreSQL 11 2018-10-14 22:57:48 +01:00
errors.py Dropped duplicate classes in errors module 2018-10-23 00:31:57 +01:00
extensions.py Adding ConnectionInfo object documentation 2018-10-12 03:25:06 +01:00
extras.py Don't barf on Composite passed to execute_values() 2018-10-23 01:57:48 +01:00
pool.py Dropped deprecated PersistentConnectionPool 2018-12-04 06:32:00 -08:00
sql.py sql.Identifier can wrap a sequence of strings to represent qualified names 2018-10-04 12:46:10 +01:00
tz.py Full flake8 3.5 cleanup 2018-10-23 00:39:14 +01:00