[Dataaccess] Transaction implementation

Review Request #17 — Created Nov. 28, 2012 and submitted

Felipe
Lunr
https://github.com/pprkut/lunr/tree/mysql54
lunr
Implementation of transactions. The idea is to work like:

$con->begin_transaction();
$con->query();
$con->query();
$con->commit();
$con->end_transaction();

I'm not sure if end_transaction should call commit().

This depends on http://reviews.lunr.nl/r/16/


  • 0
  • 0
  • 2
  • 0
  • 2
Description From Last Updated
Felipe
pprkut
  1. Please check your code against the coding standard before submitting a review
  2. can you split this up in multiple lines. We do it like this everywhere else...
  3. 
      
Felipe
Felipe
pprkut
  1. Ready to go as soon as the mocks are as well.
  2. 
      
Felipe
Felipe
Felipe
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master
Loading...