From 1ea0cd498000ebd7ba1c3843d28d7df4ab6a68c7 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Thu, 6 Mar 2008 19:35:47 +0000 Subject: [PATCH] Missed the last bit of the commit message. --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 834b2bfd..d94fe6b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,8 @@ * psycopg/pqpath.c (pq_raise): if PSYCOPG_EXTENSIONS is not defined, raise OperationalError rather than - TransactionRollbackError for deadlock or serialisation errors. + TransactionRollbackError for deadlock or serialisation errors for + protocol versions less than 3. * psycopg/psycopgmodule.c (psyco_connect): fix off by one error in calculating the length of the DSN.