Added DatabaseBase::startAtomic and endAtomic
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Mon, 21 Oct 2013 01:46:37 +0000 (21:46 -0400)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Fri, 1 Nov 2013 17:36:18 +0000 (17:36 +0000)
commit120161f2b370f48fa8bab209623dbe1a558a9484
treed4d1998bb7b63800b1263a73278f95adc2e8c4cf
parentb93eb55e42b8ea536711f4aacb8c8f424a59b359
Added DatabaseBase::startAtomic and endAtomic

Added new functions to ensure certain groups of statements
are atomic without having to go through the trouble of
starting a new transaction if one has already been opened.

Change-Id: I5328fb337e5544bf28ea282860ef8f81e19ac43c
includes/db/Database.php