psycopg2/lib
Daniele Varrazzo 4058f363d6 More robust RealDictRow population
In the presence of repeated columns the mapping would have remained into
into the dictionary. Now it is removed.

Fix #884
2019-04-06 21:17:28 +01:00
..
__init__.py Copyright year updated 2019-02-17 01:36:36 +00:00
_ipaddress.py Copyright year updated 2019-02-17 01:36:36 +00:00
_json.py Use PY2, PY3 for conditional code instead of sys.version_info 2019-03-16 19:54:40 +00:00
_lru_cache.py Use a proper LRU cache for namedtuples 2019-02-02 19:29:20 +00:00
_range.py Copyright year updated 2019-02-17 01:36:36 +00:00
compat.py Added PY2, PY3 to compat module 2019-03-16 19:54:40 +00:00
errorcodes.py Copyright year updated 2019-02-17 01:36:36 +00:00
errors.py SQLSTATE error classes implemented in C 2019-02-10 03:45:14 +00:00
extensions.py Remove unnecessary except ImportError for Python datetime types 2019-03-16 16:35:51 +00:00
extras.py More robust RealDictRow population 2019-04-06 21:17:28 +01:00
pool.py Allow 0 as key in the pool 2019-03-17 18:24:50 +00:00
sql.py Use PY2, PY3 for conditional code instead of sys.version_info 2019-03-16 19:54:40 +00:00
tz.py Copyright year updated 2019-02-17 01:36:36 +00:00