diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 9 insertions, 5 deletions
@@ -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.) @@ -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 |