Changeset 5876 for temp/trunk/data/class


Ignore:
Timestamp:
2006/09/26 13:07:22 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Query.php

    r5875 r5876  
    4040    function commit() { 
    4141        $this->conn->query("COMMIT"); 
    42         $this->conn->query("SET AUTOCOMMIT=1;"); 
     42//      $this->conn->query("SET AUTOCOMMIT=1;"); 
    4343    } 
    4444     
     
    5151    function rollback() { 
    5252        $this->conn->query("ROLLBACK"); 
    53         $this->conn->query("SET AUTOCOMMIT=1;"); 
     53//      $this->conn->query("SET AUTOCOMMIT=1;"); 
    5454    } 
    5555     
Note: See TracChangeset for help on using the changeset viewer.