summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-11-14 11:57:45 +0000
committerFederico Di Gregorio <fog@initd.org>2005-11-14 11:57:45 +0000
commit164eb328172f28e1b6da93e165a7c26f8d15b717 (patch)
tree274d79a02a7ff03f58dc660df32c9e3cf00a7eb8 /setup.cfg
parent770e7c34d3a36484d09755649a9587908e53e041 (diff)
downloadpsycopg2-164eb328172f28e1b6da93e165a7c26f8d15b717.tar.gz
New time/date locale-safe typecasting code.
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 f278e99..54a2edf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
+define=PSYCOPG_DEBUG,PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,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