Files
Matthew Heon ce7a0171d1 Squash logged errors from failed SQL rollbacks
Currently we unconditionally roll back transactions after error,
even if a commit has already been attempted. Commit is guaranteed
to end a transaction, though, whether by successfully committing
or by rolling back if that fails. As such, we attempt a double
rollback if a transaction fails at commit (for example, for a
constraint violation), which doesn't error but does log angry
warning messages. Ensure we don't try rolling back after commit
runs to prevent this.

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #327
Approved by: rhatdan
2018-02-15 15:47:59 +00:00
..
2018-02-02 22:44:40 +00:00
2017-11-01 11:24:59 -04:00
2018-02-09 15:01:34 +00:00
2017-11-28 14:30:12 +00:00
2017-11-30 18:05:56 +00:00
2017-12-14 00:54:21 +00:00
2018-01-20 18:51:21 +00:00
2018-02-12 14:28:07 +00:00
2017-12-11 08:24:30 -06:00
2018-02-02 22:44:40 +00:00
2018-02-12 14:28:07 +00:00
2017-12-13 21:15:09 +00:00
2018-01-11 21:27:26 +00:00