psycopg2/lib
Daniele Varrazzo 32fae728b3 Dropped quirks in connection arguments handling
Now connect() raises an exception instead of swallowing keyword arguments
when a connection string is specified as well

Closes ticket #131.
2012-09-25 23:46:46 +01:00
..
__init__.py Dropped quirks in connection arguments handling 2012-09-25 23:46:46 +01:00
errorcodes.py Update all links to PostgreSQL docs to the current version. 2012-02-28 18:28:07 +02:00
extensions.py Fixed SQL_IN when getquoted() is called without prepare() 2012-09-24 16:55:01 +01:00
extras.py Info about hstore versions history moved from code to docs 2012-09-22 02:10:58 +01:00
pool.py Check the connection status before putting back into the pool 2011-08-09 11:44:30 +01:00
psycopg1.py A couple of fixes to psycopg1 2011-12-15 13:06:32 +00:00
tz.py Cache FixedOffsetTimezone instances 2012-01-30 13:27:40 +00:00