diff options
author | Federico Di Gregorio <fog@initd.org> | 2007-06-08 00:39:06 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2007-06-08 00:39:06 +0000 |
commit | dfda372fae91b97b525ea44f339062753ed7b8d7 (patch) | |
tree | f5276f53effa3a07691fe5a8166ddf8837b81b30 | |
parent | 98c0992b6e7ce9463fc188d63c65df2520a95553 (diff) | |
download | psycopg2-dfda372fae91b97b525ea44f339062753ed7b8d7.tar.gz |
Preparing release 2.0.6.2_0_6
-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 |