summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-12-11 07:50:27 +0000
committerFederico Di Gregorio <fog@initd.org>2005-12-11 07:50:27 +0000
commit61de8690e96a2b7f2591e81fb2c56622bb517af2 (patch)
tree244cc6576cc5a4505c07825f2479fb21cdb0313f /setup.cfg
parent5ea2fa636fa43eecf8d5d8f2d4b826f077fc1bcb (diff)
downloadpsycopg2-61de8690e96a2b7f2591e81fb2c56622bb517af2.tar.gz
Fixed problem with "fractionary" time zones (Closes: #78).
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 3c9b15b..0640674 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.3