diff options
author | James Henstridge <james@jamesh.id.au> | 2008-08-26 14:47:47 +0800 |
---|---|---|
committer | James Henstridge <james@jamesh.id.au> | 2008-08-26 14:47:47 +0800 |
commit | bc662db1cc4625569e56d4e42c3e6d2accb6ff03 (patch) | |
tree | 77ef712dd7c50283d550af1342bfc645e712a70c | |
parent | f6a25ccdf063426feb55c955a281ed5803ec9165 (diff) | |
download | psycopg2-bc662db1cc4625569e56d4e42c3e6d2accb6ff03.tar.gz |
Fill in a few more items in the NEWS file for 2.0.8.
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -4,6 +4,16 @@ What's new in psycopg 2.0.8 * The connection object now has a get_backend_pid() method that 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 --------------------------- |