summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-10-08 12:27:47 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-10-08 12:27:47 +0100
commit6e71b3db057eb4a18d5ee5c112a2ab50e0a7c5ab (patch)
tree644b791a4b5b6ab58db70025cea2b85aeb6d8429 /setup.cfg
parentbaf65a0ddae18fc89af36bc1bdf44c41686dee1b (diff)
downloadpsycopg2-6e71b3db057eb4a18d5ee5c112a2ab50e0a7c5ab.tar.gz
Dropped PSYCOPG_OWN_QUOTING.
It was deprecated for version 2.1. There are bugs to be fixed made more complex by its presence and it doesn't keep into account PostgreSQL 9.0 new binary format. Time to go!
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e660c38..1e13d4d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,6 @@ define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.4
# HAVE_PQPROTOCOL3 should be defined on PostgreSQL >= 7.4
# PSYCOPG_DEBUG can be added to enable verbose debug information
-# PSYCOPG_OWN_QUOTING can be added, but it is deprecated (will go away in 2.1)
# PSYCOPG_NEW_BOOLEAN to format booleans as true/false vs 't'/'f'
# Set to 1 to use Python datatime objects for default date/time representation.