Home » Database » MDB » Bug #3771
the function commit in ibase module don't work with transaction/auto_commit
Details
| Submitted | 2005-03-10 19:09 UTC |
|---|---|
| From | fabio at bs2 dot com dot br |
| Assigned | quipo |
| Status | Closed |
| Package | MDB |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-03-10 19:09 UTC] fabio at bs2 dot com dot br
Description:
------------
when you use the MDB with property auto_commit = false the function _doQuery uses the property trasaction_id as link resource and the function commit in MDB_ibase class always use the property connection to commit the data changes. The function commit don't obey the auto_commit property as the function _doQuery
[2005-03-10 19:26 UTC] fabio at bs2 dot com dot br
When you use the the property auto_commit = false, the function commit don't use the same resource link that the function _doQuery