diff options
| author | Federico Di Gregorio <fog@initd.org> | 2005-11-16 17:30:45 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2005-11-16 17:30:45 +0000 |
| commit | 996bd07c85e2ea35d6b6ca6bf925ae87b62e74d1 (patch) | |
| tree | 9295193b28182c7dc79065641303f82e64a04c8e /setup.cfg | |
| parent | 000aa345ac984d9a570a679a58147759a4db7ac1 (diff) | |
| download | psycopg2-996bd07c85e2ea35d6b6ca6bf925ae87b62e74d1.tar.gz | |
Definitely fixed date and time adapting problems (for mx too!)
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_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 |
