diff options
| author | Federico Di Gregorio <fog@initd.org> | 2005-12-11 07:50:27 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2005-12-11 07:50:27 +0000 |
| commit | 61de8690e96a2b7f2591e81fb2c56622bb517af2 (patch) | |
| tree | 244cc6576cc5a4505c07825f2479fb21cdb0313f /setup.cfg | |
| parent | 5ea2fa636fa43eecf8d5d8f2d4b826f077fc1bcb (diff) | |
| download | psycopg2-61de8690e96a2b7f2591e81fb2c56622bb517af2.tar.gz | |
Fixed problem with "fractionary" time zones (Closes: #78).
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 |
