which indicate a dropped connection. [ticket:1646]
passed via query string, so that it is properly interpreted
by Kinterbasdb. [ticket:1779]
+ - Added 'connection shutdown' to the list of exception strings
+ which indicate a dropped connection. [ticket:1646]
+
- sqlsoup
- the SqlSoup constructor accepts a `base` argument which specifies
the base class to use for mapped classes, the default being
msg = str(e)
return ('Unable to complete network request to host' in msg or
'Invalid connection state' in msg or
- 'Invalid cursor state' in msg)
+ 'Invalid cursor state' in msg or
+ 'connection shutdown' in msg)
else:
return False