diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-25 16:54:50 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-25 16:54:50 -0400 |
commit | 21fb19e2c6954df0c0f2e82b140254f32aef32dd (patch) | |
tree | 5d764282d070039e8143a935aada0c3a33dd062f /CHANGES | |
parent | c7c17e991cc53d201c8bb1e787efc313bebe8d4a (diff) | |
download | sqlalchemy-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |