summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-25 16:54:50 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-25 16:54:50 -0400
commit21fb19e2c6954df0c0f2e82b140254f32aef32dd (patch)
tree5d764282d070039e8143a935aada0c3a33dd062f /CHANGES
parentc7c17e991cc53d201c8bb1e787efc313bebe8d4a (diff)
downloadsqlalchemy-21fb19e2c6954df0c0f2e82b140254f32aef32dd.tar.gz
- [bug] Added 'terminating connection' to the list
of messages we use to detect a disconnect with PG, which appears to be present in some versions when the server is restarted. [ticket:2570]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 76f1a3547..46091f077 100644
--- a/CHANGES
+++ b/CHANGES
@@ -912,6 +912,11 @@ are also present in 0.8.
orders them. Courtesy Gunnlaugur Þór Briem.
[ticket:2531].
+ - [bug] Added 'terminating connection' to the list
+ of messages we use to detect a disconnect with PG, which
+ appears to be present in some versions when the server
+ is restarted. [ticket:2570]
+
- mysql
- [bug] Updated mysqlconnector interface to use
updated "client flag" and "charset" APIs,