Daniele Varrazzo
|
e29424a230
|
Dropped large object support when psycopg is in green mode.
Async mode and large object are not compatible, albeit I haven't found
an authoritative source yet.
|
2010-05-09 20:34:02 +01:00 |
|
Daniele Varrazzo
|
2596cf7125
|
Simplified psyco_wait() function interface.
|
2010-04-25 23:08:08 +01:00 |
|
Daniele Varrazzo
|
a54932ee9c
|
Added documentation for the green features.
|
2010-04-21 15:21:32 +01:00 |
|
Daniele Varrazzo
|
127f92f9db
|
Changed 'psyco_wait()' to only take the connection.
|
2010-04-21 15:21:32 +01:00 |
|
Daniele Varrazzo
|
8ba0f00d21
|
Added 'get_wait_callback()' function.
|
2010-04-21 15:21:32 +01:00 |
|
Daniele Varrazzo
|
442b3b2f6c
|
Added 'psyco_exec_green()' to replace 'PQexec' using the user-provided block function.
|
2010-04-21 15:21:32 +01:00 |
|
Daniele Varrazzo
|
1446f046e9
|
Added wait callback and functions to deal with it.
|
2010-04-21 15:21:32 +01:00 |
|