diff --git a/ChangeLog b/ChangeLog index d83adfca..264bd682 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,17 @@ 2007-05-29 Federico Di Gregorio + * 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.) diff --git a/setup.cfg b/setup.cfg index 3d753738..b4ea08bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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