mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Preparing release 2.0.8
This commit is contained in:
parent
bc662db1cc
commit
758eaf23d1
|
@ -1,3 +1,7 @@
|
|||
2008-09-16 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
* Release 2.0.8.
|
||||
|
||||
2008-07-26 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
* psycopg/connection_type.c: merged get_backend_pid() method
|
||||
|
|
15
NEWS
15
NEWS
|
@ -1,17 +1,16 @@
|
|||
What's new in psycopg 2.0.8
|
||||
---------------------------
|
||||
|
||||
* The connection object now has a get_backend_pid() method that
|
||||
* New features:
|
||||
- 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
|
||||
- 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
|
||||
* Bug fixes:
|
||||
- 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
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[build_ext]
|
||||
define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
|
||||
define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
|
||||
|
||||
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
|
||||
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
|
||||
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user