mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Fill in a few more items in the NEWS file for 2.0.8.
This commit is contained in:
parent
f6a25ccdf0
commit
bc662db1cc
10
NEWS
10
NEWS
|
@ -4,6 +4,16 @@ What's new in psycopg 2.0.8
|
||||||
* The connection object now has a get_backend_pid() method that
|
* The connection object now has a get_backend_pid() method that
|
||||||
returns the current PostgreSQL connection backend process PID.
|
returns the current PostgreSQL connection backend process PID.
|
||||||
|
|
||||||
|
* The PostgreSQL large object API has been exposed through the
|
||||||
|
Cursor.lobject() method.
|
||||||
|
|
||||||
|
* Some fixes to ZPsycopgDA have been merged from the Debian package.
|
||||||
|
|
||||||
|
* A memory leak was fixed in Cursor.executemany().
|
||||||
|
|
||||||
|
* A double free was fixed in pq_complete_error(), that caused crashes
|
||||||
|
under some error conditions.
|
||||||
|
|
||||||
What's new in psycopg 2.0.7
|
What's new in psycopg 2.0.7
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user