diff options
author | Federico Di Gregorio <fog@initd.org> | 2009-04-19 16:25:49 +0200 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2009-04-19 16:25:49 +0200 |
commit | e3a5ae8e20ed015a816862a2806f2a4e7c6a995e (patch) | |
tree | fd84132e64c2c9f95c29031ed022459cac9c1563 /setup.cfg | |
parent | bb77a6912fa413e81adefa829997b31450e97f5e (diff) | |
download | psycopg2-e3a5ae8e20ed015a816862a2806f2a4e7c6a995e.tar.gz |
Added a couple of test scripts to sandbox
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [build_ext] -define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3 +define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG # PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this) # PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower) |