Fixed bug where catching DB errors left ignoreErrors() on
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 19 Mar 2015 18:42:48 +0000 (11:42 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 7 Apr 2015 18:12:06 +0000 (18:12 +0000)
commit419221e4a71b8e949f392bca915344952ecce828
tree88bf5490d03e1f0c54ea453b148b5a729bd30140
parent13a0fc403dca0f795345c8eeca8a44bc552d156e
Fixed bug where catching DB errors left ignoreErrors() on

* Also fixed an actual rollback loop possible in postgres

Change-Id: I41508127f74e1bbee4c020546fed85ab53318ab7
includes/db/Database.php
includes/db/DatabasePostgres.php