summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d377b7..9c9b3b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,9 +6,12 @@
* psycopg/connection_int.c: dropped support for protocol 2 at compile
time and protocol 2-specific code.
- * psycopg/connection_int.c: don't run a query at connection to detect
+ * psycopg/connection_int.c: don't run a query at every connection to detect
client encoding: use PQparameterStatus() instead.
+ * psycopg/connection_int.c: don't run a query at every connection to set
+ the datestyle to ISO if PQparameterStatus() reports it already is.
+
2010-11-11 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* lib/extras.py: build the namedtuple only once per execution, not once