psycopg2/lib
Jan Urbański 01799e9137 Make asynchronous connections produce asynchronous cursors by default
Drop the async kwarg from cursor.execute(), cursors created by
asynchronous connections will be asynchronous by default, ones created
by synchronous connections will be synchronous.

Mind that this might break third party subclasses of
psycopg2.extensions.cursor, if they try to chain to the superclass in
their execute() implementation and are passing the async kwarg. The
example cursors in psycopg2.extras have been fixed no to do that.
2010-04-05 11:41:32 +02:00
..
__init__.py Stop the loop variable used to create __all__ leaking in the module. 2010-02-14 00:35:47 +01:00
errorcodes.py Use the default role for cross referencing Python objects. 2010-02-26 00:49:19 +00:00
extensions.py Support asynchronous connection building 2010-04-05 11:30:03 +02:00
extras.py Make asynchronous connections produce asynchronous cursors by default 2010-04-05 11:41:32 +02:00
pool.py Use the default role for cross referencing Python objects. 2010-02-26 00:49:19 +00:00
psycopg1.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
tz.py Use the default role for cross referencing Python objects. 2010-02-26 00:49:19 +00:00