diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
