summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2007-01-16 12:03:29 +0000
committerFederico Di Gregorio <fog@initd.org>2007-01-16 12:03:29 +0000
commit5c425f5294c4ddda49143f4a519b999717396303 (patch)
tree10b7a975b5bbe77948eb1e18be3f9976cc6a7f4d /setup.cfg
parent8c2c72a48aed48a297266c8ecbee0ff9fd613894 (diff)
downloadpsycopg2-5c425f5294c4ddda49143f4a519b999717396303.tar.gz
Check for Python errors during copy (closes: #134).
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ce6b7fa..f7d6d03 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
+define=PSYCOPG_DEBUG,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