diff options
author | James Henstridge <james@jamesh.id.au> | 2008-03-06 19:35:47 +0000 |
---|---|---|
committer | James Henstridge <james@jamesh.id.au> | 2008-03-06 19:35:47 +0000 |
commit | 1ea0cd498000ebd7ba1c3843d28d7df4ab6a68c7 (patch) | |
tree | 65e8f2390d992067e22a1437a278a3153d804c64 | |
parent | 475df5ebd6bc8b83b32f7267d8f5004b6443c4e0 (diff) | |
download | psycopg2-1ea0cd498000ebd7ba1c3843d28d7df4ab6a68c7.tar.gz |
Missed the last bit of the commit message.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |