Changeset 5873 for temp/trunk/data/class/SC_Query.php
- Timestamp:
- 2006/09/26 12:57:18 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r5872 r5873 39 39 40 40 function commit() { 41 $this->conn->query("COMMIT"); 41 42 $this->conn->query("SET AUTOCOMMIT=1;"); 42 $this->conn->query("COMMIT");43 43 } 44 44 … … 50 50 51 51 function rollback() { 52 $this->conn->query("ROLLBACK"); 52 53 $this->conn->query("SET AUTOCOMMIT=1;"); 53 $this->conn->query("ROLLBACK");54 54 } 55 55
Note: See TracChangeset
for help on using the changeset viewer.
