mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-03-06 00:45:47 +03:00
Preparing release 2.0.6.
This commit is contained in:
parent
98c0992b6e
commit
dfda372fae
12
ChangeLog
12
ChangeLog
|
@ -1,13 +1,17 @@
|
||||||
2007-05-29 Federico Di Gregorio <fog@initd.org>
|
2007-05-29 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
|
* Release 2.0.6.
|
||||||
|
|
||||||
* ZPsycopgDA/DA.py: removed call to now obsolete .set_type_casts().
|
* ZPsycopgDA/DA.py: removed call to now obsolete .set_type_casts().
|
||||||
|
|
||||||
* Applied patch from mkz (ticket #187) to add error handling when calling
|
* Applied patch from mkz (ticket #187) to add error handling when
|
||||||
conn_commit() and conn_rollback(). Fixes #187.
|
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.)
|
* Reference count leak fix from David Rushby (copy_expert set 3/5.)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[build_ext]
|
[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_EXTENSIONS enables extensions to PEP-249 (you really want this)
|
||||||
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
|
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
|
||||||
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.4
|
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user