Preparing release 2.0.6.

This commit is contained in:
Federico Di Gregorio 2007-06-08 00:39:06 +00:00
parent 98c0992b6e
commit dfda372fae
2 changed files with 9 additions and 5 deletions

View File

@ -1,13 +1,17 @@
2007-05-29 Federico Di Gregorio <fog@initd.org>
* Release 2.0.6.
* ZPsycopgDA/DA.py: removed call to now obsolete .set_type_casts().
* Applied patch from mkz (ticket #187) to add error handling when calling
conn_commit() and conn_rollback(). Fixes #187.
* Applied patch from mkz (ticket #187) to add error handling when
calling conn_commit() and conn_rollback(). Fixes #187.
* cursor.copy_expert() implementation by David Rushby (copy_expert set 5/5.)
* cursor.copy_expert() implementation by David Rushby (copy_expert
set 5/5.)
* SQL validation refactor patch from David Rushby (copy_expert set 4/5.)
* SQL validation refactor patch from David Rushby (copy_expert
set 4/5.)
* Reference count leak fix from David Rushby (copy_expert set 3/5.)

View File

@ -1,5 +1,5 @@
[build_ext]
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,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