Home » Database » DB » Bug #5519
getter for $autocommit
Details
| Request #5519 | getter for $autocommit |
|---|---|
| Submitted | 2005-09-26 10:44 UTC |
| From | jeroen at terena dot nl |
| Status | Wont fix |
| Package | DB |
| PHP Version | 5.0.5 |
| OS | Debian Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-09-26 10:44 UTC] jeroen at terena dot nl
Description:
------------
I'd like to get the current autocommit status, there's no method fot this. $autocommit is marked as private (and rightly so)
Test script:
---------------
a getter an easily be added
function getAutoCommit()
{
return $this->autocommit;
}