psycopg2/lib
Corry Haines 095cce5605 Allow user to override connection factory cursors
Prior to this change, using a extras.connection_factory would not allow
any other cursor to be used on that connection. It was set in stone.

This change allows all cursor options to pass through and override the
connection factory behaviors. This allows a connection_factory to be
dropped into existing code with no disruption.

This change also standardizes the extras.connection_factories to have
the same behavior and all pass through *args and **kwargs.
2012-04-11 17:36:04 +01:00
..
__init__.py Reproducing/documenting odd behaviours of connect() 2011-11-17 21:51:24 +00:00
errorcodes.py Update all links to PostgreSQL docs to the current version. 2012-02-28 18:28:07 +02:00
extensions.py Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value 2011-12-15 12:53:48 +00:00
extras.py Allow user to override connection factory cursors 2012-04-11 17:36:04 +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