Improve reliability of PostgreSQL connections 103/head
authorMichael Marley <michael@michaelmarley.com>
Fri, 19 Dec 2014 00:02:45 +0000 (19:02 -0500)
committerMichael Marley <michael@michaelmarley.com>
Fri, 19 Dec 2014 02:58:01 +0000 (21:58 -0500)
This patch adds support for detecting that a query failed due to
the DB connection being down and attempts to reconnect before
retrying the query.  It does this for opening transactions,
safeExec(), and prepareAndExecuteQuery().


No differences found